...

Text file src/github.com/rogpeppe/go-internal/gotooltest/testdata/env.txt

Documentation: github.com/rogpeppe/go-internal/gotooltest/testdata

     1# GOPATH and GOMODCACHE are not shared with the host,
     2# but GOCACHE is.
     3go env
     4stdout GOPATH=.*${WORK@R}
     5stdout GOMODCACHE=.*${WORK@R}
     6! stdout GOCACHE=.*${WORK@R}

View as plain text