Skip to content

Commit bb10f8f

Browse files
committed
TODO updated
1 parent c9fdb9a commit bb10f8f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

main.go

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
//TODO - optimize memory and cpu/gpu usage
22
//TODO - add windows full support
33
//TODO - project.json - can't run single file cuz there's no path variable
4+
//TODO - update as a bin file - godemon-update
5+
//TODO - change CLI logo in installer to lighting
6+
//TODO - create Windows installer
7+
//TODO - auto add of export statement to .zshenv or .bashrc
8+
//TODO - auto add of PATH to PATH in windows
49

510
package main
611

@@ -20,7 +25,7 @@ import (
2025
func main() {
2126
hostInfo := [2]string{build.Default.GOOS, build.Default.GOARCH}
2227
color.Cyan("Godemon starting...")
23-
version := "21.03"
28+
version := "21.04"
2429
color.HiMagenta("Welcome to godemon " + version)
2530
doneChan := make(chan bool)
2631
filepath, modOrFile, cnf, command, help, init, name, oso, arch, cont := cliTools.LoadCMD("", "")

0 commit comments

Comments
 (0)