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

     1  # lib
     2  
     3  this folder contains library packages, think of a package that would make sense in more than one application that do
     4  perform the same task as your application.
     5  
     6  packages in lib might also be specific to your service but be used by third party as a library, e.g. API go clients
     7  
     8  ### Rules
     9  
    10  * none of the packages will log any message error, this is the duty of the implementation
    11  * dependency between packages should be avoided