mirror of
https://github.com/rclone/rclone.git
synced 2025-06-01 09:23:13 +08:00
dropbox: Only support on go1.7+
See https://github.com/dropbox/dropbox-sdk-go-unofficial/pull/40
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
// Package dropbox provides an interface to Dropbox object storage
|
||||
|
||||
// +build go1.7
|
||||
|
||||
package dropbox
|
||||
|
||||
// FIXME dropbox for business would be quite easy to add
|
||||
|
Reference in New Issue
Block a user