Skip to content

Commit c21b0ac

Browse files
committed
🔧 Fix module name
1 parent 5084f8e commit c21b0ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎go.mod‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/akm/sqldbloggerslog
1+
module github.com/akm/sqldb-logger-slog
22

33
go 1.21
44

‎tests/sqlite3_test.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"os"
1010
"testing"
1111

12-
"github.com/akm/sqldbloggerslog"
12+
sqldbloggerslog "github.com/akm/sqldb-logger-slog"
1313
_ "github.com/mattn/go-sqlite3"
1414
sqldblogger "github.com/simukti/sqldb-logger"
1515
"github.com/stretchr/testify/assert"

0 commit comments

Comments
 (0)