...

Text file src/cmd/go/testdata/mod/example.com_noroot_v1.0.1.txt

Documentation: cmd/go/testdata/mod

     1A module which has no root package.
     2
     3-- .mod --
     4module example.com/noroot
     5-- .info --
     6{"Version":"v1.0.1"}
     7-- pkg/pkg.go --
     8package pkg

View as plain text