Skip to content

Commit e93f200

Browse files
committed
optimize import order
1 parent 214d29e commit e93f200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/corehttp/gateway_handler.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package corehttp
33
import (
44
"context"
55
"fmt"
6-
"github.com/gabriel-vasile/mimetype"
76
"io"
87
"mime"
98
"net/http"
@@ -16,6 +15,7 @@ import (
1615
"time"
1716

1817
humanize "github.com/dustin/go-humanize"
18+
"github.com/gabriel-vasile/mimetype"
1919
"github.com/ipfs/go-cid"
2020
files "github.com/ipfs/go-ipfs-files"
2121
dag "github.com/ipfs/go-merkledag"

0 commit comments

Comments
 (0)