Remove unused imports

This commit is contained in:
Filip Figiel 2018-08-18 20:57:02 +02:00
parent a68222641d
commit df00f2484a
2 changed files with 0 additions and 15 deletions

View File

@ -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"
)

View File

@ -7,7 +7,6 @@
package render
import (
"bytes"
"net/http"
"github.com/gin-gonic/gin/json"