This commit is contained in:
withchao
2023-05-16 12:17:43 +08:00
parent 9e66fd6263
commit 4451da23e8
7 changed files with 1 additions and 15 deletions
-2
View File
@@ -21,8 +21,6 @@ import (
"google.golang.org/protobuf/proto"
)
var _ context.Context // 解决goland编辑器bug
func NewMsg(c discoveryregistry.SvcDiscoveryRegistry) *Message {
return &Message{c: c, validate: validator.New()}
}