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