Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
God-Jay committed May 24, 2022
1 parent e1955a6 commit f56365a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ The gools project provides several tools for you to build your application:
- [swagger](grpc/swagger) - swagger can be used to generate the swagger files.
- [kafka](kafka) - a kafka consumer group package, you only need to focus on your own consume logic.

## installation

`go get -u github.com/god-jay/gools`

## examples

- [publisher](_examples/publisher)
Expand Down
4 changes: 4 additions & 0 deletions README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ gools 提供了几个开发工具,帮助您快速构建应用:
- [swagger](grpc/swagger) - 用来将 proto 文件生成 swagger 文档
- [kafka](kafka) - 对 kafka consumer group 的封装,您只需要关注自己的业务逻辑

## 安装

`go get -u github.com/god-jay/gools`

## 示例

- [publisher](_examples/publisher)
Expand Down

0 comments on commit f56365a

Please sign in to comment.