Skip to content

Commit

Permalink
Move versioncheck so it happens earlier in the compile process.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncw committed Sep 12, 2016
1 parent 0cb9bb3 commit bbf819e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cmd/versioncheck.go

This file was deleted.

7 changes: 7 additions & 0 deletions fs/versioncheck.go
@@ -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() }

0 comments on commit bbf819e

Please sign in to comment.