Xiangyu Wang 12f50cb22c [skip ci]Update OWNERS files (#11898) 2 years ago
..
pre-commit ca89ece576 Fix go format bug 3 years ago
pre-push 046aa3529f Publish image using Docker-in-Docker 3 years ago
OWNERS 12f50cb22c [skip ci]Update OWNERS files (#11898) 2 years ago
README.md 62e9002348 Add git-hooks for check code 3 years ago

README.md

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