From df00f2484a503cc60dc8079018e70b3d1d4d3a4d Mon Sep 17 00:00:00 2001 From: Filip Figiel Date: Sat, 18 Aug 2018 20:57:02 +0200 Subject: [PATCH] Remove unused imports --- context_17.go | 14 -------------- render/json_17.go | 1 - 2 files changed, 15 deletions(-) diff --git a/context_17.go b/context_17.go index 28b4f80c..b9349400 100644 --- a/context_17.go +++ b/context_17.go @@ -7,20 +7,6 @@ package gin import ( - "errors" - "io" - "io/ioutil" - "math" - "mime/multipart" - "net" - "net/http" - "net/url" - "os" - "strings" - "time" - - "github.com/gin-contrib/sse" - "github.com/gin-gonic/gin/binding" "github.com/gin-gonic/gin/render" ) diff --git a/render/json_17.go b/render/json_17.go index b53e387b..2a99e65a 100644 --- a/render/json_17.go +++ b/render/json_17.go @@ -7,7 +7,6 @@ package render import ( - "bytes" "net/http" "github.com/gin-gonic/gin/json"