From 55cf7bb467acaa73580f96d006d9df828cf3f5b4 Mon Sep 17 00:00:00 2001 From: bestgopher <84328409@qq.com> Date: Sat, 23 May 2020 23:44:52 +0800 Subject: [PATCH] remove a unused type SecureJSONPrefix --- .gitignore | 1 + render/json.go | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bdd50c95..99a93b7b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ count.out test profile.out tmp.out +.idea/ diff --git a/render/json.go b/render/json.go index 015c0dbb..41863093 100644 --- a/render/json.go +++ b/render/json.go @@ -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{}