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.
in slack
Suppose I have:
type X struct { A, B, C, D string }
and I want to move to:
type Y struct { A, B string } type X struct { Y C, D string }
It would be nice to have some help with that.