3 # Wraps the 'go' executable with some environment setup. Sets GOPATH, creates
4 # 'pkg' and 'bin' directories, automatically installs dependencies, then runs
5 # the underlying 'go' executable with any command line parameters provided to
8 rootdir=$(readlink -f $(dirname $0))
9 GOPATH=$rootdir:$GOPATH
15 go get gopkg.in/check.v1