https://github.com/cloudwego/gopkg
https://github.com/cloudwego/gopkg
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudwego/gopkg
- Owner: cloudwego
- License: apache-2.0
- Created: 2024-07-10T03:17:49.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T02:43:03.000Z (8 months ago)
- Last Synced: 2024-10-19T13:03:02.358Z (8 months ago)
- Language: Go
- Size: 120 KB
- Stars: 4
- Watchers: 6
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# gopkg
[](https://pkg.go.dev/github.com/cloudwego/gopkg)
`gopkg` is a collection of packages used in CloudWeGo repos.
It contains packages for the microservice ecosystem, such as networking and serialization protocols. It also includes packages for optimizations that are used in CloudWeGo repos but are not common for ordinary users.
For packages extending the Go standard library, kindly use [bytedance/gopkg](https://github.com/bytedance/gopkg)
## Contributing
Contributor guide: [Contributing](https://github.com/cloudwego/gopkg/blob/develop/CONTRIBUTING.md).
We will move a package here if it's widely used in other CloudWeGo repositories and will try to keep the credit for those who contribute to the package. Please let us know if we fail to do so.
## License
`gopkg` is licensed under the terms of the Apache license 2.0. See [LICENSE](LICENSE-APACHE) for more information.