bugfix: avoid to escape html

This commit is contained in:
buyuxiang
2022-05-30 17:25:36 +08:00
parent 036b0638ce
commit e938b77c52
3 changed files with 17 additions and 5 deletions
+1
View File
@@ -12,5 +12,6 @@ var (
MarshalIndent = json.MarshalIndent
Unmarshal = json.Unmarshal
NewDecoder = json.NewDecoder
NewEncoder = json.NewEncoder
Get = json.Get
)