github.com/artpar/rclone@v1.67.3/cmd/selfupdate_enabled.go (about)

     1  //go:build !noselfupdate
     2  
     3  package cmd
     4  
     5  // This constant must be in the `cmd` package rather than `cmd/selfupdate`
     6  // to prevent build failure due to dependency loop.
     7  const selfupdateEnabled = true