Skip to content

Instantly share code, notes, and snippets.

View joncrlsn's full-sized avatar

Jon Carlson joncrlsn

  • DaVita Kidney Care
  • Minneapolis, Minnesota
View GitHub Profile
@tmaiaroto
tmaiaroto / pre-commit
Last active July 30, 2016 22:29
A Go Commit Hook for Less Future Headaches
#!/bin/bash
#
# Check a "few" things to help write more maintainable Go code.
#
# OK, it's fairly comprehensive. So simply remove or comment out
# anything you don't want.
#
# Don't forget to install (go get) each of these tools.
# More info at the URLs provided.
#