We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c22c1a8 commit 19e7654Copy full SHA for 19e7654
1 file changed
sqltest/fixture.go
@@ -4,9 +4,9 @@ import (
4
"context"
5
"database/sql"
6
"fmt"
7
+ "github.com/gofrs/uuid"
8
mssql "github.com/microsoft/go-mssqldb"
9
"github.com/microsoft/go-mssqldb/msdsn"
- "github.com/gofrs/uuid"
10
"io/ioutil"
11
"os"
12
"strings"
@@ -68,7 +68,7 @@ func NewFixture() *Fixture {
68
panic(err)
69
}
70
71
- pdsn, _, err := msdsn.Parse(dsn)
+ pdsn, err := msdsn.Parse(dsn)
72
if err != nil {
73
74
0 commit comments