mirror of
https://github.com/rclone/rclone.git
synced 2025-11-29 05:47:23 +02:00
Move all backends into backend directory
This commit is contained in:
6
backend/cache/cache_unsupported.go
vendored
Normal file
6
backend/cache/cache_unsupported.go
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
// Build for cache for unsupported platforms to stop go complaining
|
||||
// about "no buildable Go source files "
|
||||
|
||||
// +build plan9 !go1.7
|
||||
|
||||
package cache
|
||||
Reference in New Issue
Block a user