1
0
mirror of https://github.com/golang/go synced 2024-11-18 08:14:41 -07:00

cmd/go/testdata/mod: add golang toolchain test data for openbsd/riscv64

Updates #55999

Change-Id: I65e3bfb08ed2dd1602531902c7df8232e5151aa8
Reviewed-on: https://go-review.googlesource.com/c/go/+/518628
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Aaron Bieber <deftly@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Joel Sing <joel@sing.id.au>
TryBot-Result: Gopher Robot <gobot@golang.org>
This commit is contained in:
Joel Sing 2023-08-11 01:51:53 +10:00
parent 9018601ee7
commit a1eb658d18

View File

@ -0,0 +1,14 @@
golang.org/toolchain@v0.0.1-go1.999testmod.openbsd-riscv64
-- .mod --
module golang.org/toolchain
-- .info --
{"Version":"v0.0.1-go1.999testmod.openbsd-riscv64"}
-- go.mod --
module golang.org/toolchain
-- bin/go --
#!/bin/sh
echo go1.999testmod here!
-- bin/gofmt --
echo i am unused
-- pkg/tool/fake --