mirror of
https://github.com/rclone/rclone.git
synced 2025-06-14 22:15:26 +02:00
azureblob: don't compile on < go1.13 after dependency update
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user