bunch of probably useless micro optimisation

This commit is contained in:
simon987
2019-01-29 21:35:31 -05:00
parent 58f20aa33d
commit d3188c512d
11 changed files with 153 additions and 98 deletions

View File

@@ -10,7 +10,8 @@ import (
)
type Database struct {
db *sql.DB
db *sql.DB
saveTaskStmt *sql.Stmt
}
func (database *Database) Reset() {