mirror of
https://github.com/rclone/rclone.git
synced 2024-11-26 02:09:55 +08:00
8 lines
178 B
Go
8 lines
178 B
Go
|
//+build !go1.5
|
||
|
|
||
|
package fs
|
||
|
|
||
|
// Upgrade to Go version 1.5 to compile rclone - latest stable go
|
||
|
// compiler recommended.
|
||
|
func init() { Go_version_1_5_required_for_compilation() }
|