Fix rpc generator bug (#799)

* Fix rpc自动生成generate bug

* Delete mock
This commit is contained in:
Chen Quan
2021-07-10 00:12:52 -05:00
committed by GitHub
parent efdf475da4
commit b0e335e7b0

View File

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