mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
8 lines
181 B
Go
8 lines
181 B
Go
//+build !go1.11
|
|
|
|
package fs
|
|
|
|
// Upgrade to Go version 1.11 to compile rclone - latest stable go
|
|
// compiler recommended.
|
|
func init() { Go_version_1_11_required_for_compilation() }
|