Skip to content

Commit 70a8a41

Browse files
committed
cmd/go/testdata/mod: add golang toolchain test data for openbsd/ppc64
Updates #56001 Change-Id: Ic7b4ecb2e471292894c54610e8acda8822c890fb Reviewed-on: https://go-review.googlesource.com/c/go/+/518275 Reviewed-by: Matthew Dempsky <[email protected]> Run-TryBot: Joel Sing <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Paul Murphy <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent 7f92dcc commit 70a8a41

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
3+
-- .mod --
4+
module golang.org/toolchain
5+
-- .info --
6+
{"Version":"v0.0.1-go1.999testmod.openbsd-ppc64"}
7+
-- go.mod --
8+
module golang.org/toolchain
9+
-- bin/go --
10+
#!/bin/sh
11+
echo go1.999testmod here!
12+
-- bin/gofmt --
13+
echo i am unused
14+
-- pkg/tool/fake --

0 commit comments

Comments
 (0)