rclone/cmd/selfupdate_enabled.go

9 lines
221 B
Go
Raw Normal View History

2021-09-09 14:25:25 +02:00
//go:build !noselfupdate
// +build !noselfupdate
package cmd
// This constant must be in the `cmd` package rather than `cmd/selfupdate`
// to prevent build failure due to dependency loop.
const selfupdateEnabled = true