Skip to content

mehabox/golang-git-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

golang-git-hooks

Git hooks to ensure high code quality of your Go projects.

Uses golangci-lint.

Runs on all of the files (as of the time of the release).

Installation

Refer to the releases section

Tweaking

First, clone this repository.

Next, edit files in the ./src directory according to your liking.

Lastly, run ./hooks.sh. It's designed in a way that allows you to put as many hooks of any complexity for your needs.