You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background: gopls has an analyzer that inlines calls to functions annotated with //go:fix inline directives. We would like to make this functionality available in go fix (see #71859).
Proposal: we propose to move (and rename) the x/tools/gopls/internal/gofix directory to x/tools/go/analysis/passes/inline