1
mirror of https://github.com/rclone/rclone synced 2024-11-17 17:30:37 +01:00
rclone/fs/versioncheck.go
2021-02-03 17:41:06 +00:00

8 lines
181 B
Go

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