This commit is contained in:
Martin Thielecke 2015-08-01 00:37:07 +00:00
parent 112695c340
commit bf38aadb68

View File

@ -20,8 +20,12 @@ usage
* you have the choice to copy it to your .git/hooks/ folder or to symlink it with
( cd .git/hooks && \
ln -s $GOPATH/bin/git-gohooks pre-commit && \
ln -s $GOPATH/bin/githook-gofmt pre-commit_01_gofmt && \
ln -s $GOPATH/bin/githook-gobuild pre-commit-02_gobuild && \
ln -s $GOPATH/bin/githook-gotest pre-commit_03_gotest )