mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
optimize import order
This commit is contained in:
parent
214d29ebf8
commit
e93f2002f5
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user