...

Text file src/cmd/go/testdata/mod/example.com_split-incompatible_v2.0.0+incompatible.txt

Documentation: cmd/go/testdata/mod

     1Written by hand.
     2Test case for getting a package that has been moved to a nested module,
     3with a +incompatible version (and thus no go.mod file) at the root module.
     4
     5-- .mod --
     6module example.com/split-incompatible
     7-- .info --
     8{"Version": "v2.0.0+incompatible"}
     9-- subpkg/subpkg.go --
    10package subpkg

View as plain text