From 2b3732dc6df37c4d99134eeaeafe3e2f7d5f9697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Wed, 31 May 2023 10:56:56 +0800 Subject: [PATCH] Update gci usage --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 01cc64e..21f3618 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