mirror of
https://github.com/rclone/rclone
synced 2024-11-15 14:57:03 +01:00
7 lines
136 B
Go
7 lines
136 B
Go
//+build !go1.5
|
|
|
|
package cmd
|
|
|
|
// Upgrade to Go version 1.5 to compile rclone.
|
|
func init() { Go_version_1_5_required_for_compilation() }
|