1! go build -p=-1 example.go 2stderr 'go: -p must be a positive integer: -1' 3 4-- example.go -- 5package example
View as plain text