An open API service indexing awesome lists of open source software.

https://github.com/exfly/pkg

go common pkg repository
https://github.com/exfly/pkg

Last synced: 5 months ago
JSON representation

go common pkg repository

Awesome Lists containing this project

README

          

# pkg

A collection of shared infrastructure libraries used by different components of my projects.

The library's import path is:

- [log/v2](#): `github.com/exfly/pkg/log/v2`
- [metrics](#): `github.com/exfly/pkg`
- [encoding](#): `github.com/exfly/pkg/encoding`, any charset to utf8

## How to Contribute

Please see [CONTRIBUTING.md](./CONTRIBUTING.md).

## License

[Apache 2.0 License](./LICENSE).