gopkg is a universal utility collection for Go, it complements offerings such as Boost, Better std, Cloud tools.
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.
- cache: Caching Mechanism
- cloud: Cloud Computing Design Patterns
- collection: Data Structures
- lang: Enhanced Standard Libraries
- util: Utilities Useful across Domains
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.
You can use go get -u github.com/bytedance/gopkg@main to get or update gopkg.
gopkg is licensed under the terms of the Apache license 2.0. See LICENSE for more information.