diff options
| author | Nikolaus Gotsche <n@softwarefools.com> | 2018-09-15 11:06:18 +0200 |
|---|---|---|
| committer | Nikolaus Gotsche <n@softwarefools.com> | 2018-09-15 11:06:18 +0200 |
| commit | e38358c2e09c12346e3ea1e818b4591afd99f5e1 (patch) | |
| tree | 19a0ae2721626bf7c9503dfff73b01495d3d14b0 /main.go | |
| parent | 8f1891352a2f3296d5edf4ba7688d16ea2053266 (diff) | |
Some ooooobvious bugs fixed0.2.4
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,7 +18,8 @@ var ( ) //var svar string var starttime,stoptime,filename string -//var projectid, edittaskid, editprojectid, editcustomerid int +//var projectid int +//, edittaskid, editprojectid, editcustomerid int //var deltask,delbill int //var addcustomer bool var newproject, newtask, stoptask, allproj, allbills, runinter, test, newconfig bool |
