...

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

Documentation: cmd/go/testdata/script

     1env GO111MODULE=off
     2
     3go list -f '{{.DefaultGODEBUG}}'
     4! stdout netedns0
     5
     6-- foo.go --
     7package main
     8
     9func main() {}

View as plain text