We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 541dc34 commit ffc72b0Copy full SHA for ffc72b0
main.go
@@ -14,7 +14,7 @@ import (
14
15
"github.com/go-chi/chi"
16
"github.com/go-chi/cors"
17
- _ "github.com/mattn/go-sqlite3"
+ _ "github.com/glebarez/go-sqlite"
18
)
19
20
var totalRequests int
0 commit comments