x/tools/cmd/goimports: lost line between package and import statements in output #26921
Labels
help wanted
NeedsFix
The path to resolution is known, but the work has not been done.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?go version go1.10.3 linux/amd64
Does this issue reproduce with the latest release?
Yes with go1.10.3 and the following commits:
What operating system and processor architecture are you using (
go env
)?What did you do?
Very similar to issue #26290, but no initial import statement.
A blank line should have been inserted after the new import statement.
The text was updated successfully, but these errors were encountered: