chore(gateway): fix import ordering
Steven Allen committed
Nov 6, 2019 at 11:44 UTC
ebf2e7da361e170391c2bef1658a856358e04ffe
1 file changed
+2
-2
core/corehttp/gateway_handler.go
+2
-2
@@ -4,6 +4,7 @@ import (
4
"context"
5
"fmt"
6
"io"
7
+ "mime"
8
"net/http"
9
"net/url"
10
"os"
@@ -11,8 +12,7 @@ import (
12
"runtime/debug"
13
"strings"
14
"time"
14
- "mime"
15
-
15
+
16
"github.com/dustin/go-humanize"
17
"github.com/ipfs/go-cid"
18
files "github.com/ipfs/go-ipfs-files"