From 8638005ac32707d63772ff461733145400fe5cfd Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Thu, 21 Dec 2023 02:55:40 +0700 Subject: [PATCH] chore(go): add betteralign --- scripts/go.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/go.sh b/scripts/go.sh index 2996bac..ef6f811 100755 --- a/scripts/go.sh +++ b/scripts/go.sh @@ -17,6 +17,7 @@ go install github.com/antonmedv/fx@latest go install mvdan.cc/gofumpt@latest go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest go install golang.org/x/tools/go/analysis/passes/fieldalignment/cmd/fieldalignment@latest +go install github.com/dkorunic/betteralign/cmd/betteralign@latest go install gotest.tools/gotestsum@latest go install github.com/maruel/panicparse/v2@latest