Skip to content

Commit a48351b

Browse files
committed
initialized 21.12 version
1 parent fd95c9a commit a48351b

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
godemon.exe

godemonInfo/version.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
package godemonInfo
22

33
import (
4-
"github.com/fatih/color"
54
"go/build"
65
"io/ioutil"
76
"os"
87
"strings"
8+
9+
"github.com/fatih/color"
910
)
1011

1112
func LoadVersion() string {

main.go

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
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
1214
package main
1315

1416
import (
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

2932
func main() {

0 commit comments

Comments
 (0)