From 167422ac4fed420c057c65e4cbe853ecce78f0d7 Mon Sep 17 00:00:00 2001 From: wwek Date: Thu, 3 Sep 2020 22:37:52 +0800 Subject: [PATCH] fix LF (#37) * fix LF * fix remove export --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index da6c222f..7a368d1f 100644 --- a/readme.md +++ b/readme.md @@ -96,7 +96,7 @@ go get -u github.com/tal-tech/go-zero 1. 安装goctl工具 ```shell - export GO111MODULE=on export GOPROXY=https://goproxy.cn/,direct go get github.com/tal-tech/go-zero/tools/goctl + GO111MODULE=on GOPROXY=https://goproxy.cn/,direct go get github.com/tal-tech/go-zero/tools/goctl ``` 确保goctl可执行