From ebf2e7da361e170391c2bef1658a856358e04ffe Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Wed, 6 Nov 2019 11:44:32 +0000 Subject: [PATCH] chore(gateway): fix import ordering --- core/corehttp/gateway_handler.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/corehttp/gateway_handler.go b/core/corehttp/gateway_handler.go index 14973b0d7..96aaf5a26 100644 --- a/core/corehttp/gateway_handler.go +++ b/core/corehttp/gateway_handler.go @@ -4,6 +4,7 @@ import ( "context" "fmt" "io" + "mime" "net/http" "net/url" "os" @@ -11,8 +12,7 @@ import ( "runtime/debug" "strings" "time" - "mime" - + "github.com/dustin/go-humanize" "github.com/ipfs/go-cid" files "github.com/ipfs/go-ipfs-files"