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