Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
twbworld committed Jan 9, 2024
1 parent a41fd73 commit 7af8c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dao/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

_ "github.com/go-sql-driver/mysql"
"github.com/jmoiron/sqlx"
// _ "github.com/mattn/go-sqlite3"
_ "github.com/mattn/go-sqlite3"
)

var DB *sqlx.DB
Expand Down

0 comments on commit 7af8c9f

Please sign in to comment.