Skip to content

Instantly share code, notes, and snippets.

@phedoreanu
Last active June 14, 2016 21:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phedoreanu/b78a854afbe8d4040a387307ffd08259 to your computer and use it in GitHub Desktop.
Save phedoreanu/b78a854afbe8d4040a387307ffd08259 to your computer and use it in GitHub Desktop.
go fmt
warnings=`golint`
if [[ $warnings != "" ]]; then
echo $warnings
exit 1
fi
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment