Merge branch 'master' of ssh://github.com/micro/go-micro
This commit is contained in:
commit
d864c98aca
@ -14,6 +14,6 @@ func (Marshaler) Unmarshal(data []byte, v interface{}) error {
|
||||
return proto.Unmarshal(data, v.(proto.Message))
|
||||
}
|
||||
|
||||
func (Marshaler) Name() string {
|
||||
func (Marshaler) String() string {
|
||||
return "proto"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user