chore: goimports + gofumpt

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2023-09-21 17:49:31 -05:00
parent 47e27a700d
commit 1104e44894
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 2 additions and 1 deletions

View File

@ -152,7 +152,8 @@
{
name = "go";
formatter = {
command = "${gofumpt}/bin/gofumpt";
command = "sh";
args = ["-c" "set -o pipefail; ${gotools}/bin/goimports | ${gofumpt}/bin/gofumpt"];
};
}
{