registry icon indicating copy to clipboard operation
registry copied to clipboard

Avoid models, services and those kind of name for packages.

Open j6sbits opened this issue 9 months ago • 0 comments

In concordance to https://google.github.io/styleguide/go/decisions#package-names package names should:

Avoid uninformative package names like 
util, utility, common, helper, models, and
 so on that would tempt users of the 
package to [rename it when importing]
(https://google.github.io/styleguide/go/decisions#import-renaming)

j6sbits avatar May 21 '25 23:05 j6sbits