mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 14:51:48 +08:00
8 lines
181 B
Go
8 lines
181 B
Go
//+build !go1.12
|
|
|
|
package fs
|
|
|
|
// Upgrade to Go version 1.12 to compile rclone - latest stable go
|
|
// compiler recommended.
|
|
func init() { Go_version_1_12_required_for_compilation() }
|