github.com/artpar/rclone@v1.67.3/backend/cache/cache_unsupported.go (about)

     1  // Build for cache for unsupported platforms to stop go complaining
     2  // about "no buildable Go source files "
     3  
     4  //go:build plan9 || js
     5  
     6  // Package cache implements a virtual provider to cache existing remotes.
     7  package cache