summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorNikolaus Gotsche <n@softwarefools.com>2018-09-28 12:25:28 +0200
committerNikolaus Gotsche <n@softwarefools.com>2018-09-28 12:25:28 +0200
commit35bbd18bf8943a20784d676cb6153c6a826f2d93 (patch)
treef7eea306d36402c97264d068678e1da14bef29e3 /main.go
parentbf11a0caa0d71b253b1172bf96765f5e53f7a4d4 (diff)
List Projects and Tasks if no id is given to editproject/edittask
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.go b/main.go
index 9160c58..9b28697 100644
--- a/main.go
+++ b/main.go
@@ -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}