6 lines
93 B
Go
6 lines
93 B
Go
//go:build noselfupdate
|
|
// +build noselfupdate
|
|
|
|
package cmd
|
|
|
|
const selfupdateEnabled = false
|