Skip to content

Commit 1a699fd

Browse files
committed
update go-zero to v1.4.2 and doc
1 parent 6e22117 commit 1a699fd

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

README-cn.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,15 @@
1212

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

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

1817

18+
19+
##### Tips : 如果你不熟悉这里面很多技术栈也不要怕,只要你会mysql、redis可以先启动这两个中间件在启动项目先跑起来项目,其他可以慢慢学。
20+
21+
22+
23+
1924
- k8s
2025
- go-zero
2126
- nginx网关
@@ -42,10 +47,6 @@
4247

4348

4449

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

5152
这个是我正在录制的go-zero教程:https://www.bilibili.com/medialist/play/389552232?from=space&business=space_series&business_id=2122723&desc=1

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ English | [简体中文](README-cn.md)
1515
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:
1616

1717

18+
19+
##### 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.
20+
21+
22+
23+
1824
- k8s
1925
- go-zero
2026
- nginx-gateway
@@ -41,10 +47,6 @@ I may have contacted go zero earlier. I have been using go zero since about 1000
4147

4248

4349

44-
##### 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.
45-
46-
47-
4850
## Tutorial video
4951

5052
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

doc/english/1-Development-environment-setup.md

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ The project directory structure is as follows:
6262

6363
## 2. Use to technology stack
6464

65+
66+
6567
##### 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.
6668

6769

go.mod

-4
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,3 @@ require (
110110
github.com/zeromicro/go-zero v1.4.2
111111
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
112112
)
113-
114-
replace github.com/casbin/casbin/v2 => github.com/casbin/casbin/v2 v2.11.0
115-
116-
replace github.com/casbin/gorm-adapter/v3 => github.com/casbin/gorm-adapter/v3 v3.0.2

0 commit comments

Comments
 (0)