mirror of
https://github.com/simon987/task_tracker.git
synced 2025-12-14 15:29:02 +00:00
bunch of probably useless micro optimisation
This commit is contained in:
@@ -10,7 +10,8 @@ import (
|
||||
)
|
||||
|
||||
type Database struct {
|
||||
db *sql.DB
|
||||
db *sql.DB
|
||||
saveTaskStmt *sql.Stmt
|
||||
}
|
||||
|
||||
func (database *Database) Reset() {
|
||||
|
||||
Reference in New Issue
Block a user