Przeglądaj źródła

Fix rpc generator bug (#799)

* Fix rpc自动生成generate bug

* Delete mock
Chen Quan 3 lat temu
rodzic
commit
b0e335e7b0
1 zmienionych plików z 0 dodań i 1 usunięć
  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}}