mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
codec.go: should use google runtime
golang-proto runtime can deal with both: gogo & golang generated protobufs. It does not work vice-versa with protobuf-1.5.1.
This commit is contained in:
parent
62d3eded87
commit
7d7a9c6f23
@ -14,7 +14,7 @@
|
||||
|
||||
package v3rpc
|
||||
|
||||
import "github.com/gogo/protobuf/proto"
|
||||
import "github.com/golang/protobuf/proto"
|
||||
|
||||
type codec struct{}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user