2023-06-23 14:20:01 +05:30
|
|
|
//go:build !go1.19
|
|
|
|
// +build !go1.19
|
2016-09-11 09:09:20 +01:00
|
|
|
|
|
|
|
package fs
|
|
|
|
|
2023-06-23 14:20:01 +05:30
|
|
|
// Upgrade to Go version 1.19 to compile rclone - latest stable go
|
2016-09-11 09:09:20 +01:00
|
|
|
// compiler recommended.
|
2023-06-23 14:20:01 +05:30
|
|
|
func init() { Go_version_1_19_required_for_compilation() }
|