...

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

Documentation: cmd/go/testdata/script

     1env GO111MODULE=off
     2
     3! go test -c compile_binary/...
     4stderr 'build comment'
     5
     6-- compile_binary/foo_test.go --
     7// +build foo
     8package foo

View as plain text