1
mirror of https://github.com/rclone/rclone synced 2024-09-15 11:38:53 +02:00
rclone/fs/versioncheck.go

8 lines
181 B
Go

//+build !go1.14
package fs
// Upgrade to Go version 1.14 to compile rclone - latest stable go
// compiler recommended.
func init() { Go_version_1_14_required_for_compilation() }