diff --git a/src/Makefile b/src/Makefile index c832d5d79..6f75be16b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -17,6 +17,7 @@ lint: check-lint-version fmt: gofumpt -w . + goimports -w . gci write --skip-generated -s 'standard,default,prefix(github.com/alcionai/corso)' . check-lint-version: check-lint