1
mirror of https://github.com/rclone/rclone synced 2024-09-09 04:06:56 +02:00
rclone/fs/versioncheck.go
Nick Craig-Wood 17633f5460 Require go1.6 for building rclone
This is required because google.golang.org/grpc needs it.
2017-05-11 17:07:49 +01:00

8 lines
178 B
Go

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