fix(MSSQL): Added missing import
This commit is contained in:
parent
5563afa4d6
commit
88335ebdd1
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ package SQL
|
|||
import (
|
||||
"database/sql"
|
||||
"fmt"
|
||||
_ "github.com/denisenkom/go-mssqldb"
|
||||
"github.com/google/uuid"
|
||||
"net/url"
|
||||
"scabiosa/Logging"
|
||||
|
|
|
|||
Reference in a new issue