mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
Move versioncheck so it happens earlier in the compile process.
This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
//+build !go1.5
|
|
||||||
|
|
||||||
package cmd
|
|
||||||
|
|
||||||
// Upgrade to Go version 1.5 to compile rclone.
|
|
||||||
func init() { Go_version_1_5_required_for_compilation() }
|
|
||||||
7
fs/versioncheck.go
Normal file
7
fs/versioncheck.go
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
//+build !go1.5
|
||||||
|
|
||||||
|
package fs
|
||||||
|
|
||||||
|
// Upgrade to Go version 1.5 to compile rclone - latest stable go
|
||||||
|
// compiler recommended.
|
||||||
|
func init() { Go_version_1_5_required_for_compilation() }
|
||||||
Reference in New Issue
Block a user