|
3c55efb1a1
|
fix: invalid unicode while binary to string
|
2021-07-19 13:58:16 +08:00 |
|
|
c5ddac9dc3
|
simplify x = x <op> y to x <op>= y
Found using https://go-critic.github.io/overview#assignOp-ref
|
2018-09-13 21:48:13 +03:00 |
|
|
ca39e5af3e
|
suport encode map[interface{}]interface{}
|
2018-03-15 21:28:16 +08:00 |
|
|
455b3f8bb8
|
move reflect2 from plz to modern-go
|
2018-02-28 17:09:30 +08:00 |
|
|
2a93f9003e
|
fix #244 use BinaryAsStringExtension to make []byte pretty, while the output is valid json, but it can not be decoded by other json codec, as \x01 is decoded as \x01 by them, which is not original input
|
2018-02-27 12:40:48 +08:00 |
|