Skip to content

Commit

Permalink
moved mssqldb driver to main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Trutnev committed Jul 14, 2021
1 parent 75a856b commit 896c187
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion internal/databases/sqlserver/sqlserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (
"strings"
"time"

_ "github.com/denisenkom/go-mssqldb"
"github.com/wal-g/storages/storage"
"github.com/wal-g/tracelog"
"github.com/wal-g/wal-g/internal"
Expand Down
1 change: 1 addition & 0 deletions main/sqlserver/main.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package main

import (
_ "github.com/denisenkom/go-mssqldb"
"github.com/wal-g/wal-g/cmd/sqlserver"
)

Expand Down

0 comments on commit 896c187

Please sign in to comment.