updaterConfig_enabled.go 109 B

12345678
  1. //go:build enable_updates
  2. // +build enable_updates
  3. package config
  4. func init() {
  5. EnableAutoUpdate = true
  6. }