File Manager

Path: /opt/golang/1.22.0/src/cmd/go/testdata/script/

Viewing File: pattern_syntax_error.txt

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