1
mirror of https://github.com/rclone/rclone synced 2024-11-21 22:50:16 +01:00
rclone/fs/versioncheck.go

8 lines
183 B
Go

//go:build !go1.21
package fs
// Upgrade to Go version 1.21 to compile rclone - latest stable go
// compiler recommended.
func init() { Go_version_1_21_required_for_compilation() }