@@ -101,7 +101,11 @@ GO111MODULE=on GOPROXY=https://goproxy.cn/,direct go get -u github.com/tal-tech/
|
|||||||
`goctl` 读作 `go control`,不要读成 `go C-T-L`。`goctl` 的意思是不要被代码控制,而是要去控制它。其中的 `go` 不是指 `golang`。在设计 `goctl` 之初,我就希望通过 ` 她 ` 来解放我们的双手👈
|
`goctl` 读作 `go control`,不要读成 `go C-T-L`。`goctl` 的意思是不要被代码控制,而是要去控制它。其中的 `go` 不是指 `golang`。在设计 `goctl` 之初,我就希望通过 ` 她 ` 来解放我们的双手👈
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
# Go 1.15 及之前版本
|
||||||
GO111MODULE=on GOPROXY=https://goproxy.cn/,direct go get -u github.com/tal-tech/go-zero/tools/goctl
|
GO111MODULE=on GOPROXY=https://goproxy.cn/,direct go get -u github.com/tal-tech/go-zero/tools/goctl
|
||||||
|
|
||||||
|
# Go 1.16 及以后版本
|
||||||
|
go install github.com/tal-tech/go-zero/tools/goctl@latest
|
||||||
```
|
```
|
||||||
|
|
||||||
确保 goctl 可执行
|
确保 goctl 可执行
|
||||||
|
|||||||
@@ -104,7 +104,11 @@ go get -u github.com/tal-tech/go-zero
|
|||||||
`goctl`can be read as `go control`. `goctl` means not to be controlled by code, instead, we control it. The inside `go` is not `golang`. At the very beginning, I was expecting it to help us improve the productivity, and make our lives easier.
|
`goctl`can be read as `go control`. `goctl` means not to be controlled by code, instead, we control it. The inside `go` is not `golang`. At the very beginning, I was expecting it to help us improve the productivity, and make our lives easier.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
# for Go 1.15 and earlier
|
||||||
GO111MODULE=on go get -u github.com/tal-tech/go-zero/tools/goctl
|
GO111MODULE=on go get -u github.com/tal-tech/go-zero/tools/goctl
|
||||||
|
|
||||||
|
# for Go 1.16 and later
|
||||||
|
go install github.com/tal-tech/go-zero/tools/goctl@latest
|
||||||
```
|
```
|
||||||
|
|
||||||
make sure goctl is executable.
|
make sure goctl is executable.
|
||||||
|
|||||||
Reference in New Issue
Block a user