sing-box/format.go

8 lines
331 B
Go
Raw Normal View History

2022-07-01 11:34:02 +00:00
package box
2022-06-30 13:27:56 +00:00
//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 .
2022-07-06 07:01:09 +00:00
//go:generate gci write -s "standard,prefix(github.com/sagernet/sing/),prefix(github.com/sagernet),prefix(github.com/sagernet/sing-box/),default" .