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
- Host: GitHub
- URL: https://github.com/exfly/pkg
- Owner: exfly
- License: apache-2.0
- Created: 2020-03-07T00:46:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-23T09:44:44.000Z (over 3 years ago)
- Last Synced: 2024-06-22T06:19:38.071Z (about 2 years ago)
- Language: Go
- Size: 256 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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).