Init commit

This commit is contained in:
世界
2022-07-04 22:45:11 +08:00
commit 782ba35a59
8 changed files with 385 additions and 0 deletions

7
format.go Normal file
View File

@@ -0,0 +1,7 @@
package main
//go:generate go install -v mvdan.cc/gofumpt@latest
//go:generate go install -v github.com/daixiang0/gci@latest
//go:generate gofumpt -l -w .
//go:generate gofmt -s -w .
//go:generate gci write .