diff --git a/encoding/protobuf/protobuf.go b/encoding/protobuf/protobuf.go index 80a2a32..fccba6d 100644 --- a/encoding/protobuf/protobuf.go +++ b/encoding/protobuf/protobuf.go @@ -9,7 +9,7 @@ import ( // Convenience variable for simpler usage in gokv store options. // // options := redis.Options{ -// Encoding: proto.Codec, +// Encoding: protobuf.Codec, // } var Codec = PBcodec{}