github.com/rclone/rclone@v1.66.1-0.20240517100346-7b89735ae726/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