mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 02:01:25 +08:00
0ef0e908ca
Signed-off-by: Anagh Kumar Baranwal <6824881+darthShadow@users.noreply.github.com>
8 lines
194 B
Go
8 lines
194 B
Go
// Build for azureblob for unsupported platforms to stop go complaining
|
|
// about "no buildable Go source files "
|
|
|
|
//go:build plan9 || solaris || js
|
|
// +build plan9 solaris js
|
|
|
|
package azureblob
|