github.com/rclone/rclone@v1.66.1-0.20240517100346-7b89735ae726/fs/versioncheck.go (about) 1 //go:build !go1.20 2 3 package fs 4 5 // Upgrade to Go version 1.20 to compile rclone - latest stable go 6 // compiler recommended. 7 func init() { Go_version_1_20_required_for_compilation() }