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

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

View as plain text