2021-09-09 14:25:25 +02:00
|
|
|
//go:build !noselfupdate
|
2021-04-03 13:39:04 +02:00
|
|
|
// +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
|