juno icon indicating copy to clipboard operation
juno copied to clipboard

Split up the `utils` package

Open joshklop opened this issue 1 year ago • 3 comments

For example, we can have small network and log packages.

Two benefits:

  • Clarity. Better to avoid ambiguous package names like common, utils, pkg, etc.
  • Dependency management. A user may depend on a package that only uses utils/log and utils/network, but that user will have the full utils package compiled into the binary.

joshklop avatar Sep 05 '23 01:09 joshklop