Skip to content

Commit

Permalink
remove a unused type SecureJSONPrefix (#2391)
Browse files Browse the repository at this point in the history
  • Loading branch information
bestgopher committed May 24, 2020
1 parent 2773ce6 commit 9221381
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions render/json.go
Expand Up @@ -41,9 +41,6 @@ type AsciiJSON struct {
Data interface{}
}

// SecureJSONPrefix is a string which represents SecureJSON prefix.
type SecureJSONPrefix string

// PureJSON contains the given interface object.
type PureJSON struct {
Data interface{}
Expand Down

0 comments on commit 9221381

Please sign in to comment.