mirror of
https://github.com/rclone/rclone
synced 2025-03-20 01:44:24 +01:00

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
|