forked from mirror/gin
Update jsoniter.go (#1500)
add newencoder to fix compile error for -tags=jsoniter
This commit is contained in:
parent
c6110f970c
commit
0ebd42d0a9
|
@ -13,4 +13,5 @@ var (
|
||||||
Marshal = json.Marshal
|
Marshal = json.Marshal
|
||||||
MarshalIndent = json.MarshalIndent
|
MarshalIndent = json.MarshalIndent
|
||||||
NewDecoder = json.NewDecoder
|
NewDecoder = json.NewDecoder
|
||||||
|
NewEncoder = json.NewEncoder
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue