sing-tun/Makefile
2022-08-18 10:08:10 +08:00

8 lines
No EOL
203 B
Makefile

fmt:
@gofumpt -l -w .
@gofmt -s -w .
@gci write -s "standard,prefix(github.com/sagernet/),default" .
fmt_install:
go install -v mvdan.cc/gofumpt@latest
go install -v github.com/daixiang0/gci@v0.4.0