We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14fa1f4 commit f1c7c5fCopy full SHA for f1c7c5f
main.go
@@ -24,7 +24,7 @@ import (
24
func main() {
25
hostInfo := [2]string{build.Default.GOOS, build.Default.GOARCH}
26
color.Cyan("Godemon starting...")
27
- version := "21.04"
+ version := "21.04 LTS"
28
color.HiMagenta("Welcome to godemon " + version)
29
doneChan := make(chan bool)
30
filepath, modOrFile, cnf, command, help, init, name, oso, arch, cont, addFile, addCmd := cliTools.LoadCMD("", "")
0 commit comments