Package name as exported variable/type/function prefix removal #1181
Labels
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
kind/feature
Categorizes issue or PR as related to a new feature.
Prefixing an exported variable/type/function with the package name is redundant as they will be called as
package.PackageType
and should be avoided.Umbrella issue: #1176
/kind cleanup
The text was updated successfully, but these errors were encountered: