optimize import order

This commit is contained in:
Gowtham G 2020-05-02 14:19:01 +05:30
parent 214d29ebf8
commit e93f2002f5

View File

@ -3,7 +3,6 @@ package corehttp
import (
"context"
"fmt"
"github.com/gabriel-vasile/mimetype"
"io"
"mime"
"net/http"
@ -16,6 +15,7 @@ import (
"time"
humanize "github.com/dustin/go-humanize"
"github.com/gabriel-vasile/mimetype"
"github.com/ipfs/go-cid"
files "github.com/ipfs/go-ipfs-files"
dag "github.com/ipfs/go-merkledag"