github.com/artpar/rclone@v1.67.3/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