milvus/githooks/README.md
cai.zhang 62e9002348 Add git-hooks for check code
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
2020-12-11 11:29:07 +08:00

234 B

If you want to use git hooks, you need to install hooks first!

Install git-hooks

export GO111MODULE="on"
go get -u github.com/git-hooks/git-hooks 

Install hooks

run

git hooks install