CosmWasm / wasmvm

Go bindings to the running cosmwasm contracts with wasmer
Apache License 2.0
169 stars 100 forks source link

Check goimports in golangci-lint #521

Closed webmaster128 closed 4 months ago

webmaster128 commented 4 months ago

On latest main there is a goimports formatting flaw that is not checked. Instead of adding more tools we can use the linter and lint fixer to handle those things for us.