Text file src/cmd/go/testdata/script/pattern_syntax_error.txt
1 env GO111MODULE=off 2 3 # patterns match directories with syntax errors 4 ! go list ./... 5 ! go build ./... 6 ! go install ./... 7 8 -- mypkg/x.go -- 9 package mypkg 10 11 -- mypkg/y.go -- 12 pkg mypackage 13