github.com/andresbott/yamlfmt@v0.1.0/internal/README.md (about)

     1  # internal
     2  
     3  This folder contains packages that support the main business logic of the application,
     4  e.g. a package that writes to a database.
     5  
     6  ### Rules
     7  Rules applicable for packages in this folder:
     8  * don't instantiate shared runtime dependencies, e.g. a logger or a db connection
     9  * they are only instantiated by packages in _apps_ and with few exceptions from _internal_