1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-19 04:47:54 +02:00
rclone/fs/versioncheck.go

8 lines
181 B
Go
Raw Normal View History

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