Skip to content

Instantly share code, notes, and snippets.

@kisom
Created November 27, 2012 17:17
Show Gist options
  • Save kisom/4155625 to your computer and use it in GitHub Desktop.
Save kisom/4155625 to your computer and use it in GitHub Desktop.
go pre-commit hook
#!/bin/sh
go fmt && go build && exit 0
exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment