3 lines
58 B
Plaintext
3 lines
58 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
GOPATH=`pwd`/Godeps/_workspace:$GOPATH go build
|