@@ -6,7 +6,7 @@ distFiles=(README.md LICENSE) # apart from the binary itself
version=$(git describe --always)
build(){
ifwhich -s godep ;then
ifcommand -v godep >/dev/null ;then
godep=godep
else
echo"Warning: no godep, using \"go get\" instead."
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.