Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "unknown"
Version contains the version of ALR. If the version isn't known, it'll be set to "unknown"
Functions ¶
func Language ¶
Language returns the system language. The first time it's called, it'll detect the langauge based on the $LANG environment variable. Subsequent calls will just return the same value.
func SystemLang ¶
func SystemLang() string
SystemLang returns the system language based on the $LANG environment variable.
Types ¶
type ALRConfig ¶
type ALRConfig struct {
// contains filtered or unexported fields
}
func GetInstance
deprecated
func (*ALRConfig) IgnorePkgUpdates ¶
Click to show internal directories.
Click to hide internal directories.