diff options
author | Valery Piashchynski <[email protected]> | 2020-11-19 17:28:30 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-19 17:28:30 +0300 |
commit | 71c81a91f9f967e41310077bd26b1dedb0b49556 (patch) | |
tree | cce9cb740bae0b9acbfc15d76823174f571a0a6c /plugins/http/response.go | |
parent | e9595a5c133ff02b765c0b59913593e7f91bc4e7 (diff) |
huge linters fix update
Diffstat (limited to 'plugins/http/response.go')
-rw-r--r-- | plugins/http/response.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/http/response.go b/plugins/http/response.go index 0964c7e5..6b9fad6c 100644 --- a/plugins/http/response.go +++ b/plugins/http/response.go @@ -5,7 +5,6 @@ import ( "net/http" "strings" - json "github.com/json-iterator/go" "github.com/spiral/roadrunner/v2" ) |