remove a unused type SecureJSONPrefix

This commit is contained in:
bestgopher 2020-05-23 23:44:52 +08:00
parent 2773ce6e60
commit c3b5b67053
2 changed files with 1 additions and 3 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ count.out
test
profile.out
tmp.out
.idea/

View File

@ -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{}