Sign in
go
/
go.git
/
06478e4b4659966e4f5dba1f399da9767995fee5
/
.
/
src
/
cmd
/
go
/
testdata
/
script
/
build_negative_p.txt
blob: 9123907dc87a40e41803c145433602aada4db3dd [
file
]
! go build -p=-1 example.go
stderr 'go: -p must be a positive integer: -1'
-- example.go --
package example