summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorNikolaus Gotsche <n@softwarefools.com>2018-09-03 03:17:43 +0200
committerNikolaus Gotsche <n@softwarefools.com>2018-09-03 03:17:43 +0200
commitd6dd3088da980467909a5a43fb393260c3ff7c93 (patch)
tree9349252e785db39b1dd3e2f54e6acb8be0c45af9 /main.go
parent0dfd786bdd7dffc13f941d5a37e814f9f8bda846 (diff)
Task Selection For Billing
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.go b/main.go
index 6cc9185..68a2397 100644
--- a/main.go
+++ b/main.go
@@ -140,6 +140,10 @@ func main() {
if test {
tmpltest()
+ //newBill(1)
+ //c := []int{2,3}
+ //a,b := getUnfinishedList(c)
+ //fmt.Println(a,b)
os.Exit(0)
}