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:
Piotr Tabor 2021-03-24 21:51:47 +01:00
parent 62d3eded87
commit 7d7a9c6f23

View File

@ -14,7 +14,7 @@
package v3rpc
import "github.com/gogo/protobuf/proto"
import "github.com/golang/protobuf/proto"
type codec struct{}