We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 149e473 commit 323284fCopy full SHA for 323284f
1 file changed
pkg/internal/clientgen/fake_type.go
@@ -63,7 +63,7 @@ func (c *FakeTypedClient) WriteContent(w io.Writer) error {
63
}
64
65
importAliases := map[string]string{} // import path -> alias
66
- extraImports := map[string]string{ // import path -> alias
+ extraImports := map[string]string{ // import path -> alias
67
"": c.Group.PackageAlias, // unset paths on input/output tags use the default api package
68
69
extensionVerbs := sets.NewString()
0 commit comments