joaonsantos / go-githooks

Stores personal setup of githooks for go projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is my personal setup of basic git hooks for any of my go projects.

To setup git hooks run

make install-hooks

To run all checks manually

make check

About

Stores personal setup of githooks for go projects


Languages

Language:Shell 79.2%Language:Makefile 20.8%