github.com/gagliardetto/golang-go@v0.0.0-20201020153340-53909ea70814/cmd/go/testdata/script/mod_import_mod.txt (about)

     1  # Test that GOPATH/pkg/mod is excluded
     2  env GO111MODULE=off
     3  ! go list mod/foo
     4  stderr 'disallowed import path'
     5  
     6  -- mod/foo/foo.go --
     7  package foo