...

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

Documentation: cmd/go/testdata/script

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

View as plain text