git-gohooks:git钩子去Go项目

时间:2024-06-03 11:29:37
【文件属性】:

文件名称:git-gohooks:git钩子去Go项目

文件大小:11KB

文件格式:ZIP

更新时间:2024-06-03 11:29:37

Go

git-hooks git钩子的集合。 大多数预提交挂钩是特定于Go的。 用法 安装挂钩使用: go get github.com/mthie/git-gohooks go get github.com/mthie/git-gohooks/githook-gobuild go get github.com/mthie/git-gohooks/githook-gofmt go get github.com/mthie/git-gohooks/githook-gotest 在基于Unix的系统上,将其与 ( cd .git/hooks && \ ln -s $GOPATH/bin/git-gohooks pre-commit && \ ln -s $GOPATH/bin/githook-gofmt pre-commit_01_gofmt && \ ln -s $GOPATH/


【文件预览】:
git-gohooks-master
----main.go(787B)
----githook-gotest()
--------hook.go(424B)
----githook-gobuild()
--------hook.go(450B)
----LICENSE(18KB)
----githook-gofmt()
--------hook.go(662B)
----README.md(1006B)
----general()
--------gochanges.go(1KB)
----.gitignore(102B)

网友评论