Init commit

This commit is contained in:
世界
2022-07-05 12:18:20 +08:00
commit 2ced72c94d
9 changed files with 525 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 .