mirror of https://github.com/VinGarcia/ksql.git
Fix typo
parent
1a73a49a4a
commit
94d41d437e
|
@ -17,7 +17,7 @@ func init() {
|
|||
|
||||
// These are the builtin modifiers:
|
||||
|
||||
// This one is useful for serializing/desserializing structs:
|
||||
// This one is useful for serializing/deserializing structs:
|
||||
modifiers.Store("json", jsonModifier)
|
||||
modifiers.Store("json/nullable", jsonNullableModifier)
|
||||
|
||||
|
|
Loading…
Reference in New Issue