...

Text file src/cmd/go/testdata/script/build_negative_p.txt

Documentation: cmd/go/testdata/script

     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