forked from TrueCloudLab/rclone
build: fix for goimports format change
See https://github.com/golang/go/issues/23709
This commit is contained in:
parent
794e55de27
commit
8c0335a176
2 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@ import (
|
||||||
"github.com/ncw/rclone/vfs/vfsflags"
|
"github.com/ncw/rclone/vfs/vfsflags"
|
||||||
"github.com/spf13/cobra"
|
"github.com/spf13/cobra"
|
||||||
"golang.org/x/net/context" // switch to "context" when we stop supporting go1.8
|
"golang.org/x/net/context" // switch to "context" when we stop supporting go1.8
|
||||||
|
|
||||||
"golang.org/x/net/webdav"
|
"golang.org/x/net/webdav"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,7 @@ import (
|
||||||
"io"
|
"io"
|
||||||
"net/http"
|
"net/http"
|
||||||
_ "net/http/pprof" // install the pprof http handlers
|
_ "net/http/pprof" // install the pprof http handlers
|
||||||
|
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/ncw/rclone/cmd/serve/httplib"
|
"github.com/ncw/rclone/cmd/serve/httplib"
|
||||||
|
|
Loading…
Add table
Reference in a new issue