Your IP : 172.28.240.42


Current Path : /usr/local/go/src/cmd/go/testdata/script/
Upload File :
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 install example.com/tools/cmd/hello@latest
stderr 'must be absolute path'

env GOMODCACHE="./test"
! go install example.com/tools/cmd/hello@latest
stderr 'must be absolute path'