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:
parent
9018601ee7
commit
a1eb658d18
14
src/cmd/go/testdata/mod/golang.org_toolchain_v0.0.1-go1.999testmod.openbsd-riscv64.txt
vendored
Normal file
14
src/cmd/go/testdata/mod/golang.org_toolchain_v0.0.1-go1.999testmod.openbsd-riscv64.txt
vendored
Normal 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 --
|
Loading…
Reference in New Issue
Block a user