mirror of
https://github.com/rclone/rclone.git
synced 2024-11-08 17:44:57 +01:00
5ad8bcb43a
This change includes removing older azureblob storage SDK, and getting parity to existing code with latest blob storage SDK. This change is also pre-req for addressing #2091
7 lines
187 B
Go
7 lines
187 B
Go
// Build for azureblob for unsupported platforms to stop go complaining
|
|
// about "no buildable Go source files "
|
|
|
|
// +build freebsd netbsd openbsd plan9 solaris !go1.8
|
|
|
|
package azureblob
|