mirror of
https://github.com/rclone/rclone.git
synced 2024-11-08 09:35:26 +01:00
17633f5460
This is required because google.golang.org/grpc needs it.
8 lines
178 B
Go
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() }
|