Text file src/cmd/go/testdata/script/build_dash_o_dev_null.txt
1 # Issue #25579 2 3 [short] skip 4 5 go build -o $devnull hello.go 6 ! exists 'hello'$GOEXE 7 8 -- hello.go -- 9 package main 10 11 func main() { 12 println("hello, world") 13 } 14
1 # Issue #25579 2 3 [short] skip 4 5 go build -o $devnull hello.go 6 ! exists 'hello'$GOEXE 7 8 -- hello.go -- 9 package main 10 11 func main() { 12 println("hello, world") 13 } 14