mirror of
https://github.com/rclone/rclone.git
synced 2025-10-06 05:47:10 +02:00
8 lines
183 B
Go
8 lines
183 B
Go
//go:build !go1.24
|
|
|
|
package fs
|
|
|
|
// Upgrade to Go version 1.24 to compile rclone - latest stable go
|
|
// compiler recommended.
|
|
func init() { Go_version_1_24_required_for_compilation() }
|