Skip to content

Commit

Permalink
Merge pull request #192 from peczenyj/patch-1
Browse files Browse the repository at this point in the history
fix typo in godoc
  • Loading branch information
philippgille authored Jun 2, 2024
2 parents 0a05f2e + 55a6f58 commit e95a0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encoding/protobuf/protobuf.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{}

Expand Down

0 comments on commit e95a0ae

Please sign in to comment.