github.com/ncw/rclone@v1.48.1-0.20190724201158-a35aa1360e3e/fs/versioncheck.go (about)

     1  //+build !go1.9
     2  
     3  package fs
     4  
     5  // Upgrade to Go version 1.9 to compile rclone - latest stable go
     6  // compiler recommended.
     7  func init() { Go_version_1_9_required_for_compilation() }