fix(go): workflow errors fixes;

This commit is contained in:
Vishal Dalwadi
2025-06-06 15:42:30 +05:30
parent 48957c02fa
commit da5115221f
8 changed files with 62 additions and 13 deletions
-3
View File
@@ -10,9 +10,6 @@ import (
_ "github.com/mattn/go-sqlite3" // need to blank import this package
)
// == sqlite ==
const dbFilename = "netmaker.db"
// SqliteDB is the db object for sqlite database connections
var SqliteDB *sql.DB