Black Lives Matter. Support the Equal Justice Initiative.

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

Documentation: cmd/go/testdata/script

     1  [gccgo] skip # gccgo assumes cross-compilation is always possible
     2  
     3  env GOOS=windwos
     4  
     5  ! go build -n exclude
     6  stderr 'unsupported GOOS/GOARCH pair'

View as plain text