We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e97512 commit de3c460Copy full SHA for de3c460
1 file changed
go/database/sql/connection_test.go
@@ -16,8 +16,9 @@ package sql
16
17
import (
18
"context"
19
- "github.com/google/sqlcommenter/go/core"
20
"testing"
+
21
+ "github.com/google/sqlcommenter/go/core"
22
)
23
24
func TestWithComment_NoContext(t *testing.T) {
0 commit comments