Move query history slice into client struct

This commit is contained in:
Dan Sosedoff
2014-10-10 21:25:02 -05:00
parent 7317bc2f7d
commit 8b3dd2563a
3 changed files with 9 additions and 4 deletions

View File

@@ -19,7 +19,6 @@ var options struct {
}
var dbClient *Client
var history []string
func getConnectionString() string {
if options.Url != "" {