Text file src/cmd/go/testdata/mod/example.com_join_subpkg_v1.0.0.txt
1 Written by hand. 2 Test case for package moved into a parent module. 3 4 -- .mod -- 5 module example.com/join/subpkg 6 -- .info -- 7 {"Version": "v1.0.0"} 8 -- x.go -- 9 package subpkg 10