We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
At tip (but not 1.18.2), go/printer incorrectly removes the blank line between A and B here:
A
B
func A() { } // func B() { }
resulting in
func A() { } func B() { }
https://go.dev/play/p/VTb8TuGHV2U?v=gotip