mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-06 21:37:39 +03:00
Update gci usage
This commit is contained in:
parent
e881f21013
commit
605266e65e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ build:
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue