Lines Matching refs:go
2 # Copyright 2010 The Go Authors. All rights reserved.
16 rm -f test_*.out Test.txt final-test.go final-test.bin final-test-port.txt a.out get.bin
24 for fn in *.go; do
25 go build -o a.out $fn
29 go build -o get.bin get.go
30 cp final.go final-test.go
31 patch final-test.go final-test.patch > /dev/null
32 go build -o final-test.bin final-test.go