...
Text file
src/cmd/go/testdata/mod/rsc.io_badfile3_v1.0.0.txt
1rsc.io/badfile3 v1.0.0
2written by hand
3
4-- .mod --
5module rsc.io/badfile3
6-- .info --
7{"Version":"v1.0.0"}
8-- go.mod --
9module rsc.io/badfile3
10-- x?y.go --
11package x
12
View as plain text