Skip to content

Commit 334b828

Browse files
fix: missing library
1 parent 6af1cd0 commit 334b828

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/app/app.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ import (
66
"net/http"
77
"os"
88

9+
_ "github.com/go-sql-driver/mysql"
10+
911
"github.com/DoWithLogic/golang-clean-architecture/config"
1012
"github.com/DoWithLogic/golang-clean-architecture/pkg/datasource"
1113
"github.com/DoWithLogic/golang-clean-architecture/pkg/otel/zerolog"

0 commit comments

Comments
 (0)