Skip to content

Commit

Permalink
Comment out
Browse files Browse the repository at this point in the history
Signed-off-by: William <[email protected]>
  • Loading branch information
kwesidev committed Sep 21, 2023
1 parent f425f0e commit fe51ef7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/auth_server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ import (
"strings"

"github.com/joho/godotenv"
_ "github.com/lib/pq"

_ "github.com/golang-migrate/migrate/v4/source/file"
"github.com/kwesidev/authserver/internal/apiserver"
"github.com/kwesidev/authserver/internal/utilities"
_ "github.com/lib/pq"
)

var databaseConnection *sql.DB
Expand Down

0 comments on commit fe51ef7

Please sign in to comment.