1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00
Files
rclone/fs/versioncheck.go
2023-07-16 10:09:25 +01:00

9 lines
201 B
Go

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