1
mirror of https://github.com/rclone/rclone synced 2024-10-21 08:12:03 +02:00
rclone/fs/versioncheck.go

9 lines
201 B
Go

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