Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/open-ch/go-libs
Open source utility libraries used across some of Open System's published tools.
https://github.com/open-ch/go-libs
go
Last synced: about 2 months ago
JSON representation
Open source utility libraries used across some of Open System's published tools.
- Host: GitHub
- URL: https://github.com/open-ch/go-libs
- Owner: open-ch
- License: apache-2.0
- Created: 2020-05-14T15:56:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-12T12:06:14.000Z (7 months ago)
- Last Synced: 2024-08-03T23:28:48.419Z (5 months ago)
- Topics: go
- Language: Go
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - go-libs
README
# Go Libs
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](https://github.com/open-ch/kaeter) or [checkdoc](https://github.com/open-ch/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.# TOC
- [fsutils](./fsutils) - Quick file system exploration
- [mdutils](./mdutils) - Quick markdown parsing and exploration
- [untar](./untar) - expand .tar.gz files to a directory
- [logger](./logger) - simple logger interface for injecting any logger## Note For GitHub Readers
While the content of this module is managed in an internal repository,
you may still submit PR's.## Licensing
Unless specified otherwise in the source file (as is the case for the single file in [untar](./untar/untar.go)),
the content of this repository is licensed under the Apache 2.0 license (see LICENSE file).