sagikazarmark/modern-go-application

Make sure that application imports are always in a separate group

sagikazarmark opened this issue · 3 comments

When running the init script in the boilerplate, import name might break alphabetical order.

This has been fixed for now in #50 , but we should make sure it continues to work in the future as well.

  • Check IDE settings
  • Write some test/lint rule?

Goland can automatically format imports.

Golang CI (goimports) supports this rule.

👍