Alex Dadgar

Results 2 issues of Alex Dadgar

Hey it would be great if the import order followed the [go style guide](https://github.com/golang/go/wiki/CodeReviewComments#imports). The side effect of this is that projects that lint fail because of the generated code....

When a string has lines with no indentation and lines with indentations, the dedented string will remove the first spaces within the line instead of just at the start. ```...