diff options
| author | Nikolaus Gotsche <n@softwarefools.com> | 2018-09-03 03:17:43 +0200 |
|---|---|---|
| committer | Nikolaus Gotsche <n@softwarefools.com> | 2018-09-03 03:17:43 +0200 |
| commit | d6dd3088da980467909a5a43fb393260c3ff7c93 (patch) | |
| tree | 9349252e785db39b1dd3e2f54e6acb8be0c45af9 /main.go | |
| parent | 0dfd786bdd7dffc13f941d5a37e814f9f8bda846 (diff) | |
Task Selection For Billing
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) } |
