Browse Source

Fix rpc generator bug (#799)

* Fix rpc自动生成generate bug

* Delete mock
Chen Quan 3 năm trước cách đây
mục cha
commit
b0e335e7b0
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      tools/goctl/rpc/generator/gencall.go

+ 0 - 1
tools/goctl/rpc/generator/gencall.go

@@ -16,7 +16,6 @@ import (
 const (
 	callTemplateText = `{{.head}}
 
-//go:generate mockgen -destination ./{{.name}}_mock.go -package {{.filePackage}} -source $GOFILE
 
 package {{.filePackage}}