1
mirror of https://github.com/rclone/rclone synced 2025-01-23 05:07:30 +01:00
rclone/fs/versioncheck.go

8 lines
178 B
Go
Raw Normal View History

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