mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-08-18 08:22:59 +02:00
Remove obsolete variable
This commit is contained in:
@@ -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")
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user