yorc
yorc copied to clipboard
Use goimports to order imports correctly
Issue Type
Put an X between the brackets of the corresponding issue type
- [ ] Bug report
- [ ] Documentation issue report
- [X] Improvement request
Description
Use goimports to order imports correctly and homogeneously The target is:
stdlib imports grouped -a blank line- dependencies imports grouped -a blank line- github.com/ystia/yorc/... grouped
Hum, I made some successful tries before using go modules but it seems very long with go modules integration.
Introduced an overhead of 2minutes in the build, not immplementing this for now.