rclone/fs/versioncheck.go

8 lines
181 B
Go
Raw Normal View History

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