flogo-cli icon indicating copy to clipboard operation
flogo-cli copied to clipboard

remove duplicates in imports.go generated by 'flogo create'

Open yxuco opened this issue 6 years ago • 0 comments

What kind of change does this PR introduce? (check one with "x")

[X] Bugfix
[] Feature
[] Code style update (formatting, local variables)
[] Refactoring (no functional changes, no api changes)
[] Other... Please describe:

Fixes: #

What is the current behavior? imports.go generated by 'flogo create' contains many duplicated lines of same package

What is the new behavior? This fix will generate a cleaner imports.go that includes each unique package only once.

yxuco avatar Mar 27 '19 03:03 yxuco