Your IP : 172.28.240.42


Current Path : /usr/local/go/src/cmd/go/testdata/script/
Upload File :
Current File : //usr/local/go/src/cmd/go/testdata/script/build_negative_p.txt

! go build -p=-1 example.go
stderr 'go: -p must be a positive integer: -1'

-- example.go --
package example