mirror of
https://github.com/rclone/rclone
synced 2024-11-07 04:16:58 +01:00
be54fd8f70
Old fallback code was deleted and the go1.7 style code inlined where appropriate.
7 lines
141 B
Go
7 lines
141 B
Go
// Build for cache for unsupported platforms to stop go complaining
|
|
// about "no buildable Go source files "
|
|
|
|
// +build plan9
|
|
|
|
package cache
|