1
mirror of https://github.com/rclone/rclone synced 2024-10-18 04:15:01 +02:00
rclone/fs/versioncheck.go
2019-09-04 10:23:48 +01:00

8 lines
181 B
Go

//+build !go1.10
package fs
// Upgrade to Go version 1.10 to compile rclone - latest stable go
// compiler recommended.
func init() { Go_version_1_10_required_for_compilation() }