This is the home for various Open Systems public Go libraries. Its goal is mostly to be able to share some code across some open sourced tools like kaeter or checkdoc
To keep things simple, we want to keep smaller libraries in a single repository, but nothing speaks against hosting modules in a separate repository whenever it is required.
- fsutils - Quick file system exploration
- mdutils - Quick markdown parsing and exploration
- untar - expand .tar.gz files to a directory
- logger - simple logger interface for injecting any logger
While the content of this module is managed in an internal repository, you may still submit PR's.
Unless specified otherwise in the source file (as is the case for the single file in untar), the content of this repository is licensed under the Apache 2.0 license (see LICENSE file).