From 7e83895c6e0be8f46cb969fbb3668d04817a8415 Mon Sep 17 00:00:00 2001 From: mywaystay Date: Fri, 16 Oct 2020 16:21:22 +0800 Subject: [PATCH] update goctl rpc template log print url (#133) --- tools/goctl/rpc/gen/template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/goctl/rpc/gen/template.go b/tools/goctl/rpc/gen/template.go index 12954432..94cf6cbf 100644 --- a/tools/goctl/rpc/gen/template.go +++ b/tools/goctl/rpc/gen/template.go @@ -39,7 +39,7 @@ func NewRpcTemplate(out string, idea bool) *rpcTemplate { } func (r *rpcTemplate) MustGenerate(showState bool) { - r.Info("查看rpc生成请移步至「https://github.com/tal-tech/go-zero/blob/master/doc/goctl-rpc.md」") + r.Info("查看rpc生成请移步至「https://github.com/tal-tech/zero-doc/blob/main/doc/goctl-rpc.md」") r.Info("generating template...") protoFilename := filepath.Base(r.out) serviceName := stringx.From(strings.TrimSuffix(protoFilename, filepath.Ext(protoFilename)))