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

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

View as plain text