1 2 3 4 5 6 7
#!/bin/bash SRCDIR=$(pwd) export GOPATH="$GOPATH:$SRCDIR" go build -o build/parse src/main.go