summaryrefslogtreecommitdiff
path: root/sqlite.go
diff options
context:
space:
mode:
authorNikolaus Gotsche <n@softwarefools.com>2018-08-17 00:29:05 +0200
committerNikolaus Gotsche <n@softwarefools.com>2018-08-17 00:29:05 +0200
commited43a6d9c450483914281e5fc3b6877116fc6ad0 (patch)
treea740450f135ba25e3dcedf902f2ea1d7e6ec8f1f /sqlite.go
parent9cd458d7d0a66074fe23e5a634b43ad9e9f4d1ef (diff)
First TeX Template playground
Diffstat (limited to 'sqlite.go')
-rw-r--r--sqlite.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/sqlite.go b/sqlite.go
index d651852..7a8dc4d 100644
--- a/sqlite.go
+++ b/sqlite.go
@@ -439,7 +439,7 @@ func allProjects() {
var customer int
var start,stop time.Time
- fmt.Printf("____For %s________________\n",nam)
+ fmt.Println("____For",nam)
for rows.Next() {
err = rows.Scan(&uid, &prname, &first, &last, &finish, &customer)
checkErr(err)
@@ -458,6 +458,7 @@ func allProjects() {
rows.Close() //good habit to close
}
rows3.Close() //good habit to close
+ fmt.Println("_______________________________\n")
}
func deleteTask(id int) {