Text file src/cmd/go/testdata/mod/example.net_pkgadded_v1.0.0.txt
1 Written by hand. 2 Test module with a root package added in v1.1.0 3 and a subpackage added in v1.2.0. 4 5 -- .mod -- 6 module example.net/pkgadded 7 8 go 1.16 9 -- .info -- 10 {"Version":"v1.0.0"} 11 -- go.mod -- 12 module example.net/pkgadded 13 14 go 1.16 15 -- README.txt -- 16 We will add the package example.net/pkgadded in v1.1.0, 17 and example.net/pkgadded/subpkg in v1.2.0. 18