fmt render/json.go

This commit is contained in:
bestgopher 2020-05-01 18:34:39 +08:00
parent 2fc888a61d
commit 6f491363ae
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ type JSON struct {
// IndentedJSON contains the given interface object.
type IndentedJSON struct {
IndentString string
Data interface{}
Data interface{}
}
// SecureJSON contains the given interface object and its prefix.