Skip to content

Commit

Permalink
doc: desc network
Browse files Browse the repository at this point in the history
  • Loading branch information
Bin-Huang committed Aug 5, 2022
1 parent 32c4e4f commit 900ec80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ Don't worry about the imports, variable naming, and code style in the generated

It works anywhere there is a GO runtime and network. It doesn't break the work of other people who don't have installed this tool in collaboration.

(This tool runs locally, the network is only used to install this tool when necessary)

## Sponsoring

[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://buymeacoffee.com/benn)
Expand Down
4 changes: 3 additions & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ func NewController(logger *zap.Logger, debug bool) *Controller {

**它不需要手动安装,也不需要引用其他依赖**.

只要有 GO 环境和网络的地方,这个工具就能正常工作。你在项目中使用这个工具不会影响到其他同事,就算他们没有安装这个工具,代码的自动生成也不会有任何问题(因为 GO 会自动帮他们安装这个工具)。
只要有 GO 环境和网络的地方,这个工具就能正常工作。你在项目中使用这个工具不会影响到其他同事,就算他们没有安装这个工具,代码的自动生成也不会有任何问题。

(这个工具运行在本地,网络只用于在必要时下载这个工具)

## 赞赏

Expand Down

0 comments on commit 900ec80

Please sign in to comment.