mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-23 01:57:55 +08:00
Fix missing NewEncoder
This commit is contained in:
parent
567668943c
commit
5c704908d8
@ -14,4 +14,5 @@ var (
|
||||
Marshal = json.Marshal
|
||||
MarshalIndent = json.MarshalIndent
|
||||
NewDecoder = json.NewDecoder
|
||||
NewEncoder = json.NewEncoder
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user