mirror of
https://github.com/rclone/rclone.git
synced 2025-12-21 10:43:37 +00:00
cache: first version
This commit is contained in:
committed by
Nick Craig-Wood
parent
0c942199c9
commit
016abf825e
6
cache/cache_unsupported.go
vendored
Normal file
6
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
|
||||
|
||||
package cache
|
||||
Reference in New Issue
Block a user