selfupdate_disabled.go 93 B

1234567
  1. //go:build noselfupdate
  2. // +build noselfupdate
  3. package cmd
  4. const selfupdateEnabled = false