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

     1  env GO111MODULE=on
     2  
     3  # go help get shows usage for get
     4  go help get
     5  stdout 'usage: go get'
     6  stdout 'get using modules to manage source'

View as plain text