github.com/divyam234/rclone@v1.64.1/fs/versioncheck.go (about)

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