|
|
@ -90,7 +90,7 @@ As below, go-zero protects the system with a couple of layers and mechanisms:
|
|
|
|
Run the following command under your project:
|
|
|
|
Run the following command under your project:
|
|
|
|
|
|
|
|
|
|
|
|
```shell
|
|
|
|
```shell
|
|
|
|
go get -u github.com/tal-tech/go-zero
|
|
|
|
go get -u github.com/zeromicro/go-zero
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## 6. Quick Start
|
|
|
|
## 6. Quick Start
|
|
|
@ -107,10 +107,10 @@ go get -u github.com/tal-tech/go-zero
|
|
|
|
|
|
|
|
|
|
|
|
```shell
|
|
|
|
```shell
|
|
|
|
# for Go 1.15 and earlier
|
|
|
|
# for Go 1.15 and earlier
|
|
|
|
GO111MODULE=on go get -u github.com/tal-tech/go-zero/tools/goctl@latest
|
|
|
|
GO111MODULE=on go get -u github.com/zeromicro/go-zero/tools/goctl@latest
|
|
|
|
|
|
|
|
|
|
|
|
# for Go 1.16 and later
|
|
|
|
# for Go 1.16 and later
|
|
|
|
go install github.com/tal-tech/go-zero/tools/goctl@latest
|
|
|
|
go install github.com/zeromicro/go-zero/tools/goctl@latest
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
make sure goctl is executable.
|
|
|
|
make sure goctl is executable.
|
|
|
|