rclone/fs/versioncheck.go

8 lines
178 B
Go
Raw Normal View History

2018-10-25 23:56:23 +08:00
//+build !go1.8
package fs
2018-10-25 23:56:23 +08:00
// Upgrade to Go version 1.8 to compile rclone - latest stable go
// compiler recommended.
2018-10-25 23:56:23 +08:00
func init() { Go_version_1_8_required_for_compilation() }