mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-18 04:40:03 +02:00
typo fixes and added comments
This commit is contained in:
parent
48ca5e4f92
commit
c769b6a700
7 changed files with 11 additions and 9 deletions
|
|
@ -14,7 +14,7 @@ func createCodec() message.Codec {
|
|||
handle.MapType = reflect.TypeOf(map[string]any(nil))
|
||||
handle.Canonical = true
|
||||
|
||||
// Wierd name but this is needed for the newest version of msgpack
|
||||
// Weird name but this is needed for the newest version of msgpack
|
||||
// that has support for time and string datatypes etc.
|
||||
handle.WriteExt = true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue