...
Text file
src/cmd/go/testdata/mod/example.com_deprecated_b_v1.0.0.txt
1-- .info --
2{"Version":"v1.0.0"}
3-- .mod --
4module example.com/deprecated/b
5
6go 1.17
7-- go.mod --
8module example.com/deprecated/b
9
10go 1.17
11-- b.go --
12package b
View as plain text