github.com/gagliardetto/golang-go@v0.0.0-20201020153340-53909ea70814/cmd/go/testdata/script/test_compile_binary.txt (about) 1 env GO111MODULE=off 2 3 ! go test -c compile_binary/... 4 stderr 'build comment' 5 6 -- compile_binary/foo_test.go -- 7 // +build foo 8 package foo