1
mirror of https://github.com/rclone/rclone synced 2024-07-11 20:57:55 +02:00
rclone/fs/versioncheck.go

9 lines
201 B
Go

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