bugfix: avoid to escape html

This commit is contained in:
buyuxiang
2022-05-30 17:25:36 +08:00
parent 0b4a6ba3bc
commit 8ed2f84cf5
3 changed files with 17 additions and 5 deletions

View File

@@ -12,5 +12,6 @@ var (
MarshalIndent = json.MarshalIndent
Unmarshal = json.Unmarshal
NewDecoder = json.NewDecoder
NewEncoder = json.NewEncoder
Get = json.Get
)