Skip to content

Commit 688203a

Browse files
committed
maybe it works who knows
1 parent cead0ed commit 688203a

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

PenguinMod-StorageExtAPI

0 Bytes
Binary file not shown.

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ require (
66
github.com/glebarez/go-sqlite v1.22.0
77
github.com/go-chi/chi v1.5.5
88
github.com/go-chi/cors v1.2.1
9-
github.com/mattn/go-sqlite3 v1.14.18
109
)
1110

1211
require (

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ func jsonSuccess(w http.ResponseWriter) {
113113

114114
func main() {
115115
// Initialise database connection
116-
db, err := sql.Open("sqlite3", "db.sqlite3")
116+
db, err := sql.Open("sqlite", "db.sqlite")
117117
if err != nil {
118118
log.Fatalln(err)
119119
}

0 commit comments

Comments
 (0)