Git hooks manager for managing and executing Git hooks in Go projects
Git hooks manager
git-hooks
$ git-hooks init
$ git-hooks add pre-commit 'go fmt ./...'
$ git-hooks list