From 057e0e97c0a4614ab4ce8b388d7a652ad22b566c Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Thu, 9 Feb 2023 21:56:58 +0530 Subject: [PATCH] Add goimports to make fmt (#2456) ## Description Missed adding it to `make fmt` earlier ## Does this PR need a docs update or release note? - [ ] :white_check_mark: Yes, it's included - [ ] :clock1: Yes, but in a later PR - [x] :no_entry: No ## Type of change - [ ] :sunflower: Feature - [ ] :bug: Bugfix - [ ] :world_map: Documentation - [ ] :robot: Test - [ ] :computer: CI/Deployment - [x] :broom: Tech Debt/Cleanup --- src/Makefile | 1 + 1 file changed, 1 insertion(+) 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