mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
0ef0e908ca
Signed-off-by: Anagh Kumar Baranwal <6824881+darthShadow@users.noreply.github.com>
9 lines
201 B
Go
9 lines
201 B
Go
//go:build !go1.19
|
|
// +build !go1.19
|
|
|
|
package fs
|
|
|
|
// Upgrade to Go version 1.19 to compile rclone - latest stable go
|
|
// compiler recommended.
|
|
func init() { Go_version_1_19_required_for_compilation() }
|