1
mirror of https://github.com/rclone/rclone synced 2024-11-29 07:55:12 +01:00
rclone/backend/azureblob/azureblob_unsupported.go
2021-09-09 20:43:59 +03:00

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