diff options
| author | Nikolaus Gotsche <n@softwarefools.com> | 2018-09-28 12:25:28 +0200 |
|---|---|---|
| committer | Nikolaus Gotsche <n@softwarefools.com> | 2018-09-28 12:25:28 +0200 |
| commit | 35bbd18bf8943a20784d676cb6153c6a826f2d93 (patch) | |
| tree | f7eea306d36402c97264d068678e1da14bef29e3 /main.go | |
| parent | bf11a0caa0d71b253b1172bf96765f5e53f7a4d4 (diff) | |
List Projects and Tasks if no id is given to editproject/edittask
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -117,7 +117,8 @@ func main() { }else if test { //fmt.Println(Round(12.55,0.5),Round(12.55,0.1),Round(12.55,1),Round(12.55,5)) //fmt.Println(getGitTag()) - fmt.Println("Nothing to test") + multichoice("Fuckoff") + fmt.Println("Nothing to test") //tmpltest() //newBill(1) //c := []int{2,3} |
