File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed
Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1+ godemon.exe
Original file line number Diff line number Diff line change 11package godemonInfo
22
33import (
4- "github.com/fatih/color"
54 "go/build"
65 "io/ioutil"
76 "os"
87 "strings"
8+
9+ "github.com/fatih/color"
910)
1011
1112func LoadVersion () string {
Original file line number Diff line number Diff line change 1- //TODO - create Windows installer - Patryk
2- //TODO - create new README.md - Norbert
3- //TODO - create new WIKI - Norbert
1+ //TODO - create Windows installer
2+ //TODO - create new README.md
3+ //TODO - create new WIKI
44
55//TODO - update installer - add changelogs directory
66//TODO - update updater - add changelogs updating
77//TODO - creating version.txt in .godemon/.infos
88
99//TODO - WebPage
1010
11- //TODO - 21.11 - golang delve support
11+ //TODO - 21.12 - user errors
12+ //TODO - 21.12 - windows installer
13+ //TODO - 21.12 - help and etc. sections to update
1214package main
1315
1416import (
1517 "fmt"
16- "github.com/fatih/color"
1718 "go/build"
1819 "godemon/cliTools"
1920 "godemon/controllers"
@@ -24,6 +25,8 @@ import (
2425 "godemon/updateInfo"
2526 "os"
2627 "os/exec"
28+
29+ "github.com/fatih/color"
2730)
2831
2932func main () {
You can’t perform that action at this time.
0 commit comments