chore(gateway): fix import ordering

This commit is contained in:
Steven Allen 2019-11-06 11:44:32 +00:00
parent a29a9dbb98
commit ebf2e7da36

View File

@ -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"