yorc icon indicating copy to clipboard operation
yorc copied to clipboard

Use goimports to order imports correctly

Open stefbenoist opened this issue 6 years ago • 2 comments

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

stefbenoist avatar Feb 14 '19 09:02 stefbenoist

Hum, I made some successful tries before using go modules but it seems very long with go modules integration.

stefbenoist avatar Feb 15 '19 14:02 stefbenoist

Introduced an overhead of 2minutes in the build, not immplementing this for now.

laurentganne avatar Mar 18 '19 13:03 laurentganne