...
Text file
src/cmd/go/testdata/mod/example.com_retract_v1.1.0.txt
1-- .mod --
2module example.com/retract
3
4go 1.15
5
6retract v1.0.0-bad // bad
7retract v1.0.0-unused // bad
8
9-- .info --
10{"Version":"v1.1.0"}
11
12-- retract.go --
13package retract
View as plain text