mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 01:18:37 +08:00
azureblob: don't compile on < go1.13 after dependency update
This commit is contained in:
parent
2aed3bf9ab
commit
2a3b377d34
|
@ -1,6 +1,6 @@
|
|||
// Package azureblob provides an interface to the Microsoft Azure blob object storage system
|
||||
|
||||
// +build !plan9,!solaris
|
||||
// +build !plan9,!solaris,go1.13
|
||||
|
||||
package azureblob
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !plan9,!solaris
|
||||
// +build !plan9,!solaris,go1.13
|
||||
|
||||
package azureblob
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// Test AzureBlob filesystem interface
|
||||
|
||||
// +build !plan9,!solaris
|
||||
// +build !plan9,!solaris,go1.13
|
||||
|
||||
package azureblob
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// Build for azureblob for unsupported platforms to stop go complaining
|
||||
// about "no buildable Go source files "
|
||||
|
||||
// +build plan9 solaris
|
||||
// +build plan9 solaris !go1.13
|
||||
|
||||
package azureblob
|
||||
|
|
Loading…
Reference in New Issue
Block a user