From 1fa58a8663caa2982759a88aa34bde95856b86e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Tue, 9 May 2023 14:02:56 +0800 Subject: [PATCH] Update gci usage --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a837f60..e47456e 100644 --- a/Makefile +++ b/Makefile @@ -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