aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/pattern_syntax_error.txt
blob: 9a1f5e52f07a168dac7d442a02f42210a463e5a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
env GO111MODULE=off

# patterns match directories with syntax errors
! go list ./...
! go build ./...
! go install ./...

-- mypkg/x.go --
package mypkg

-- mypkg/y.go --
pkg mypackage