Update gci usage

This commit is contained in:
世界 2023-05-31 10:56:56 +08:00
parent 4f682e05f1
commit 2b3732dc6d
No known key found for this signature in database
GPG key ID: CD109927C34A63C4

View file

@ -1,7 +1,7 @@
fmt:
@gofumpt -l -w .
@gofmt -s -w .
@gci write --custom-order -s "standard,prefix(github.com/sagernet/),default" .
@gci write --custom-order -s standard -s "prefix(github.com/sagernet/)" -s "default" .
fmt_install:
go install -v mvdan.cc/gofumpt@latest