Skip to content

Commit

Permalink
chore: fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgerojas26 committed Jan 2, 2025
1 parent 34430fb commit 273ef9a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions drivers/mssqql.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ import (
"fmt"
"strings"

"github.com/jorgerojas26/lazysql/helpers/logger"
"github.com/jorgerojas26/lazysql/models"
// mssql driver
_ "github.com/microsoft/go-mssqldb"
"github.com/xo/dburl"

_ "github.com/microsoft/go-mssqldb"
"github.com/jorgerojas26/lazysql/helpers/logger"
"github.com/jorgerojas26/lazysql/models"
)

type MSSQL struct {
Expand Down

0 comments on commit 273ef9a

Please sign in to comment.