Make sure that application imports are always in a separate group
sagikazarmark opened this issue · 3 comments
sagikazarmark commented
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?
sagikazarmark commented
Goland can automatically format imports.
sagikazarmark commented
Golang CI (goimports) supports this rule.
lpuskas commented
👍