6 lines
118 B
Go
6 lines
118 B
Go
//go:build !updateable
|
|
|
|
package ghcmd
|
|
|
|
// See update_enabled.go comment for more information.
|
|
var updaterEnabled = ""
|