We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af1cd0 commit 334b828Copy full SHA for 334b828
internal/app/app.go
@@ -6,6 +6,8 @@ import (
6
"net/http"
7
"os"
8
9
+ _ "github.com/go-sql-driver/mysql"
10
+
11
"github.com/DoWithLogic/golang-clean-architecture/config"
12
"github.com/DoWithLogic/golang-clean-architecture/pkg/datasource"
13
"github.com/DoWithLogic/golang-clean-architecture/pkg/otel/zerolog"
0 commit comments