summaryrefslogtreecommitdiff
path: root/hisgle.go
diff options
context:
space:
mode:
Diffstat (limited to 'hisgle.go')
-rw-r--r--hisgle.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hisgle.go b/hisgle.go
index 2ef755a..f1cb6cf 100644
--- a/hisgle.go
+++ b/hisgle.go
@@ -118,5 +118,5 @@ func main() {
}
}
}
- defer db.Close()
+ db.Close()
}