We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 214d29e commit e93f200Copy full SHA for e93f200
core/corehttp/gateway_handler.go
@@ -3,7 +3,6 @@ package corehttp
3
import (
4
"context"
5
"fmt"
6
- "github.com/gabriel-vasile/mimetype"
7
"io"
8
"mime"
9
"net/http"
@@ -16,6 +15,7 @@ import (
16
15
"time"
17
18
humanize "github.com/dustin/go-humanize"
+ "github.com/gabriel-vasile/mimetype"
19
"github.com/ipfs/go-cid"
20
files "github.com/ipfs/go-ipfs-files"
21
dag "github.com/ipfs/go-merkledag"
0 commit comments