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
This primarily benefits applyconfiguration-gen today, which accidentaly
got this behavior by including the local package name in imports, which
caused goimports to deconflict with it before removing it since it was
unused. This commit effictively preserves that behavior now that we
will not be relying on goimports to add/rename/remove imports.
Co-authored-by: Tim Hockin <[email protected]>
0 commit comments