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