Remove obsolete variable

This commit is contained in:
Jan Eitzinger 2022-09-12 14:46:18 +02:00
parent 56b710db29
commit cca0722b01

View File

@ -8,12 +8,9 @@ import (
"fmt" "fmt"
"testing" "testing"
"github.com/jmoiron/sqlx"
_ "github.com/mattn/go-sqlite3" _ "github.com/mattn/go-sqlite3"
) )
var db *sqlx.DB
func init() { func init() {
Connect("sqlite3", "../../test/test.db") Connect("sqlite3", "../../test/test.db")
} }