cmd/gofmt: align struct tag of embedded type with surrounding fields #51598
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Struct tag of embedded types is not aligned with tags of surrounding struct fields.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes (1.17.8).
Also
gotip
on the Go Playground.What did you do?
Apply
gofmt
to the following code.Use the 'Format' button on the Go Playground.
What did you expect to see?
What did you see instead?
No change in formatting.
The text was updated successfully, but these errors were encountered: