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

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

View as plain text