drive, googlecloudstorage: disallow on go1.8 due to dependent library changes

golang.org/x/oauth2/google no longer builds on go1.8
This commit is contained in:
Nick Craig-Wood
2018-11-26 14:10:33 +00:00
parent e56c6402a7
commit 58f7141c96
8 changed files with 28 additions and 0 deletions
+3
View File
@@ -1,4 +1,7 @@
// Package drive interfaces with the Google Drive object storage system
// +build go1.9
package drive
// FIXME need to deal with some corner cases