1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-13 20:38:12 +02:00
rclone/fs/versioncheck.go

9 lines
201 B
Go

//go:build !go1.20
// +build !go1.20
package fs
// Upgrade to Go version 1.20 to compile rclone - latest stable go
// compiler recommended.
func init() { Go_version_1_20_required_for_compilation() }