dropbox: Only support on go1.7+

See https://github.com/dropbox/dropbox-sdk-go-unofficial/pull/40
This commit is contained in:
Nick Craig-Wood
2018-01-16 16:37:35 +00:00
parent 7d3a17725d
commit 1848e26183
4 changed files with 13 additions and 1 deletions

View File

@ -2,6 +2,9 @@
//
// Automatically generated - DO NOT EDIT
// Regenerate with: make gen_tests
// +build go1.7
package dropbox_test
import (