github.com/rclone/rclone@v1.66.1-0.20240517100346-7b89735ae726/backend/azureblob/azureblob_unsupported.go (about) 1 // Build for azureblob for unsupported platforms to stop go complaining 2 // about "no buildable Go source files " 3 4 //go:build plan9 || solaris || js 5 6 // Package azureblob provides an interface to the Microsoft Azure blob object storage system 7 package azureblob