You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gofmt provides -s to simplify code. It would be great if goimports can provide that too, as some projects like Kubernetes are using gofmt -s on CI and catching some things I can't catch locally using goimports.