We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be744a commit 7234c1fCopy full SHA for 7234c1f
1 file changed
dropbox.go
@@ -8,7 +8,6 @@ import (
8
9
"github.com/dropbox/dropbox-sdk-go-unofficial/dropbox"
10
"github.com/dropbox/dropbox-sdk-go-unofficial/dropbox/files"
11
- "github.com/minio/minio-go"
12
)
13
14
type DropboxWatcher struct {
@@ -19,7 +18,6 @@ type DropboxWatcher struct {
19
18
ticker *time.Ticker
20
stop chan bool
21
config *DropboxConfiguration
22
- client *minio.Client
23
cache map[string]*DropboxObject
24
}
25
0 commit comments