The current utils package in our repository has become an antipattern that undermines the clarity and maintainability of our codebase. This issue proposes its removal and the refactoring of its contents into more appropriately named packages that reflect their specific functionalities.
Description
The current utils package in our repository has become an antipattern that undermines the clarity and maintainability of our codebase. This issue proposes its removal and the refactoring of its contents into more appropriately named packages that reflect their specific functionalities.
ref: https://go.dev/doc/effective_go#package-names
Exit criteria