Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 280 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 280 Bytes

Go hooks for pre-commit

Go tools package for pre-commit.

Using go tools with pre-commit

-   repo: git://github.com/doublify/pre-commit-go
    sha: master
    hooks:
    -   id: fmt
    -   id: vet
    -   id: fix