2022-08-02 17:47:43 +00:00
|
|
|
//go:build !go1.17
|
|
|
|
// +build !go1.17
|
2016-09-11 08:09:20 +00:00
|
|
|
|
|
|
|
package fs
|
|
|
|
|
2022-08-02 17:47:43 +00:00
|
|
|
// Upgrade to Go version 1.17 to compile rclone - latest stable go
|
2016-09-11 08:09:20 +00:00
|
|
|
// compiler recommended.
|
2022-08-02 17:47:43 +00:00
|
|
|
func init() { Go_version_1_17_required_for_compilation() }
|