gopkg
gopkg
is a universal utility collection for Go, it complements offerings such as Boost, Better std, Cloud tools.
Table of Contents
Introduction
gopkg
is a universal utility collection for Go, it complements offerings such as Boost, Better std, Cloud tools. It is migrated from the internal code base at ByteDance and has been extensively adopted in production.
We depend on the same code(this repo) in our production environment.
Catalogs
- cache: Caching Mechanism
- cloud: Cloud Computing Design Patterns
- collection: Data Structures
- lang: Enhanced Standard Libraries
- util: Utilities Useful across Domains
Releases
gopkg
recommends users to "live-at-head" (update to the latest commit from the main branch as often as possible).
We develop at develop
branch and will only merge to main
when develop
is stable.
How To Use
You can use go get -u github.com/bytedance/gopkg@main
to get or update gopkg
.
License
gopkg
is licensed under the terms of the Apache license 2.0. See LICENSE for more information.