Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tencentblueking/gopkg

gopkg go公共模块
https://github.com/tencentblueking/gopkg

gopkg

Last synced: about 1 month ago
JSON representation

gopkg go公共模块

Awesome Lists containing this project

README

        

# gopkg

[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](https://github.com/TencentBlueKing/gopkg/blob/master/LICENSE.txt) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/TencentBlueKing/gopkg/pulls)

[(English Documents Available)](readme_en.md)

## Overview

gopkg 是蓝鲸go公共库

## 目录

- [conv](./conv/)
- [errorx](./errorx/)
- [stringx](./stringx/)
- collection
- [set](./collection/set/)
- cache
- [memory](./cache/memory/)
- [cryptography](./cryptography/)

## Getting started

根据依赖的库, 使用`go get`进行依赖

```
$ go get github.com/TencentBlueKing/gopkg/{pkg_name}
```

详细文档 [Go Doc](https://pkg.go.dev/github.com/TencentBlueKing/gopkg) / [Go Walker](https://gowalker.org/github.com/TencentBlueKing/gopkg)

## Roadmap

- [版本日志](release.md)

## Support

- [蓝鲸论坛](https://bk.tencent.com/s-mart/community)
- [蓝鲸 DevOps 在线视频教程](https://cloud.tencent.com/developer/edu/major-100008)
- 联系我们,技术交流QQ群:

## BlueKing Community

- [BK-CI](https://github.com/Tencent/bk-ci):蓝鲸持续集成平台是一个开源的持续集成和持续交付系统,可以轻松将你的研发流程呈现到你面前。
- [BK-BCS](https://github.com/Tencent/bk-bcs):蓝鲸容器管理平台是以容器技术为基础,为微服务业务提供编排管理的基础服务平台。
- [BK-BCS-SaaS](https://github.com/Tencent/bk-bcs-saas):蓝鲸容器管理平台SaaS基于原生Kubernetes和Mesos自研的两种模式,提供给用户高度可扩展、灵活易用的容器产品服务。
- [BK-PaaS](https://github.com/Tencent/bk-PaaS):蓝鲸PaaS平台是一个开放式的开发平台,让开发者可以方便快捷地创建、开发、部署和管理SaaS应用。
- [BK-SOPS](https://github.com/Tencent/bk-sops):标准运维(SOPS)是通过可视化的图形界面进行任务流程编排和执行的系统,是蓝鲸体系中一款轻量级的调度编排类SaaS产品。
- [BK-CMDB](https://github.com/Tencent/bk-cmdb):蓝鲸配置平台是一个面向资产及应用的企业级配置管理平台。

## Contributing

如果你有好的意见或建议,欢迎给我们提 Issues 或 Pull Requests,为蓝鲸开源社区贡献力量。

## License

基于 MIT 协议, 详细请参考[LICENSE](LICENSE.txt)