mirror of
https://github.com/sot-tech/mochi.git
synced 2026-04-27 16:10:00 -07:00
Add a missing trailing 'e' to the encoding of maps
This commit is contained in:
@@ -83,6 +83,7 @@ func marshal(w io.Writer, data interface{}) error {
|
||||
return err
|
||||
}
|
||||
}
|
||||
fmt.Fprintf(w, "e")
|
||||
|
||||
case []string:
|
||||
fmt.Fprintf(w, "l")
|
||||
|
||||
Reference in New Issue
Block a user