2019-09-04 09:20:18 +00:00
|
|
|
//+build !go1.10
|
2016-09-11 08:09:20 +00:00
|
|
|
|
|
|
|
package fs
|
|
|
|
|
2019-09-04 09:20:18 +00:00
|
|
|
// Upgrade to Go version 1.10 to compile rclone - latest stable go
|
2016-09-11 08:09:20 +00:00
|
|
|
// compiler recommended.
|
2019-09-04 09:20:18 +00:00
|
|
|
func init() { Go_version_1_10_required_for_compilation() }
|