...

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

Documentation: cmd/go/testdata/script

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

View as plain text