Skip to content

Commit

Permalink
update go-zero to v1.4.2 and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaelemmmm committed Dec 3, 2022
1 parent 6e22117 commit 1a699fd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
11 changes: 6 additions & 5 deletions README-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@

#### 老规矩,看之前先给个star哈~~,不star被抓住要打屁股,哈哈哈哈哈哈


本人接触go-zero可能比较早,go-zero在大约1000star左右我就在用了,后来跟go-zero作者加了微信也熟悉了,go-zero作者非常热心以及耐心的帮我解答了很多问题,我也想积极帮助go-zero推广社区,基本是在社区群内回答大家相关的问题,因为在这个过程中发现很多人觉得go-zero没有一个完整的项目例子,作为想推动社区的一员,我就搞了个可用版本开源出来,主要技术栈包含如下:



##### Tips : 如果你不熟悉这里面很多技术栈也不要怕,只要你会mysql、redis可以先启动这两个中间件在启动项目先跑起来项目,其他可以慢慢学。




- k8s
- go-zero
- nginx网关
Expand All @@ -42,10 +47,6 @@



##### Tips : 如果你不熟悉这里面很多技术栈也不要怕,只要你会mysql、redis可以先启动这两个中间件在启动项目先跑起来项目,其他可以慢慢学。



## 视频教程

这个是我正在录制的go-zero教程:https://www.bilibili.com/medialist/play/389552232?from=space&business=space_series&business_id=2122723&desc=1
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ English | [简体中文](README-cn.md)
I may have contacted go zero earlier. I have been using go zero since about 1000star. Later, I became familiar with the go zero author through wechat. The go zero author was very enthusiastic and patient to help me answer many questions. I also want to actively help go zero promote the community, Basically, I answered the relevant questions in the community group, because in this process, I found that many people felt that go zero did not have a complete project example. As a member of the community who wanted to promote the community, I made an available version open source. The main technology stack includes the following:



##### Tips : If you are not familiar with many of the technology stack here, do not be afraid, as long as you will mysql, redis can start these two middleware in the start of the project first run up the project, the other can slowly learn.




- k8s
- go-zero
- nginx-gateway
Expand All @@ -41,10 +47,6 @@ I may have contacted go zero earlier. I have been using go zero since about 1000



##### Tips : If you are not familiar with many of the technology stack here, do not be afraid, as long as you will mysql, redis can start these two middleware in the start of the project first run up the project, the other can slowly learn.



## Tutorial video

This is the go zero tutorial I'm recording :https://www.bilibili.com/medialist/play/389552232?from=space&business=space_series&business_id=2122723&desc=1
Expand Down
2 changes: 2 additions & 0 deletions doc/english/1-Development-environment-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ The project directory structure is as follows:

## 2. Use to technology stack



##### Tips : If you are not familiar with many of the technology stack here, do not be afraid, as long as you will mysql, redis can start these two middleware in the start of the project first run up the project, the other can slowly learn.


Expand Down
4 changes: 0 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,3 @@ require (
github.com/zeromicro/go-zero v1.4.2
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
)

replace github.com/casbin/casbin/v2 => github.com/casbin/casbin/v2 v2.11.0

replace github.com/casbin/gorm-adapter/v3 => github.com/casbin/gorm-adapter/v3 v3.0.2

0 comments on commit 1a699fd

Please sign in to comment.