%PDF- %PDF-
Direktori : /usr/local/go/src/cmd/go/testdata/script/ |
Current File : //usr/local/go/src/cmd/go/testdata/script/mod_cache_dir.txt |
env GO111MODULE=on # Go should reject relative paths in GOMODCACHE environment. env GOMODCACHE="~/test" ! go get example.com/tools/cmd/hello stderr 'must be absolute path' env GOMODCACHE="./test" ! go get example.com/tools/cmd/hello stderr 'must be absolute path'