Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 200 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 200 Bytes

gox

🔩 go utils ~

开发之前

# ci 工具
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest

# 配置项目 git hooks 路径
git config core.hooksPath .githooks