use go get instead of go build
This commit is contained in:
parent
f3793852a2
commit
56c72d1d74
2
build.sh
2
build.sh
@ -69,7 +69,7 @@ if [ "x$ipfs" == "xyes" ] ; then
|
|||||||
$GOPATH/bin/gx get $rev
|
$GOPATH/bin/gx get $rev
|
||||||
cd $root
|
cd $root
|
||||||
$GOPATH/bin/gx install
|
$GOPATH/bin/gx install
|
||||||
go build
|
go get .
|
||||||
cp nntpchan srndv2
|
cp nntpchan srndv2
|
||||||
else
|
else
|
||||||
go get -u -v github.com/majestrate/srndv2
|
go get -u -v github.com/majestrate/srndv2
|
||||||
|
Reference in New Issue
Block a user