...

Text file src/cmd/go/testdata/mod/example.com_split_v1.0.0.txt

Documentation: cmd/go/testdata/mod

     1Written by hand.
     2Test case for getting a package that has been moved to a different module.
     3
     4-- .mod --
     5module example.com/split
     6-- .info --
     7{"Version": "v1.0.0"}
     8-- subpkg/x.go --
     9package subpkg

View as plain text