fdb-kubernetes-operator
fdb-kubernetes-operator copied to clipboard
Add goimports to installed tooling
What would you like to be added/changed?
Our linter checks if the imports are formatted with goimports but we don't run goimports when running make fmt, we should change this and add goimports to the fmt target.