Black Lives Matter. Support the Equal Justice Initiative.

Text file src/cmd/go/testdata/script/mod_vendor_nodeps.txt

Documentation: cmd/go/testdata/script

     1  env GO111MODULE=on
     2  
     3  go mod vendor
     4  stderr '^go: no dependencies to vendor'
     5  
     6  -- go.mod --
     7  module x
     8  -- x.go --
     9  package x
    10  

View as plain text