Skip to content

Commit fe783aa

Browse files
committed
TODO cleared
1 parent a998741 commit fe783aa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

main.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
//TODO - create wiki - 1. Requirements + installation, 2. Initializing, 3. Running single file, 4. Using functionality of 'project.json'
2-
//TODO - do benchmarks, try minimize usage of memory and CPU/GPU
3-
41
package main
52

63
import (
@@ -19,7 +16,7 @@ import (
1916
func main() {
2017
hostInfo := [2]string{build.Default.GOOS, build.Default.GOARCH}
2118
color.Cyan("Godemon starting...")
22-
version := "2.7.2"
19+
version := "21.03"
2320
color.HiMagenta("Welcome to godemon " + version)
2421
doneChan := make(chan bool)
2522
filepath, modOrFile, cnf, command, help, init, name, oso, arch := cliTools.LoadCMD("", "")

0 commit comments

Comments
 (0)