2017-05-11 17:07:49 +01:00
|
|
|
//+build !go1.6
|
2016-09-11 09:09:20 +01:00
|
|
|
|
|
|
|
package fs
|
|
|
|
|
2017-05-11 17:07:49 +01:00
|
|
|
// Upgrade to Go version 1.6 to compile rclone - latest stable go
|
2016-09-11 09:09:20 +01:00
|
|
|
// compiler recommended.
|
2017-05-11 17:07:49 +01:00
|
|
|
func init() { Go_version_1_6_required_for_compilation() }
|