...

Text file src/cmd/go/testdata/mod/example.com_join_subpkg_v1.1.0.txt

Documentation: cmd/go/testdata/mod

     1Written by hand.
     2Test case for package moved into a parent module.
     3
     4-- .mod --
     5module example.com/join/subpkg
     6
     7require example.com/join v1.1.0
     8-- .info --
     9{"Version": "v1.1.0"}

View as plain text