From e93f2002f592e018e97eecb30d6a12f48908af23 Mon Sep 17 00:00:00 2001 From: Gowtham G Date: Sat, 2 May 2020 14:19:01 +0530 Subject: [PATCH] optimize import order --- core/corehttp/gateway_handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/corehttp/gateway_handler.go b/core/corehttp/gateway_handler.go index f956ca80a..2c3821ea0 100644 --- a/core/corehttp/gateway_handler.go +++ b/core/corehttp/gateway_handler.go @@ -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"