mirror of
https://github.com/rclone/rclone
synced 2024-11-12 10:50:08 +01:00
7 lines
137 B
Go
7 lines
137 B
Go
|
//+build !go1.5
|
||
|
|
||
|
package main
|
||
|
|
||
|
// Upgrade to Go version 1.5 to compile rclone.
|
||
|
func init() { Go_version_1_5_required_for_compilation() }
|