Skip to content

Commit c6e3b47

Browse files
committed
Remove unused imports
1 parent f62e6ca commit c6e3b47

File tree

1 file changed

+0
-3
lines changed
  • go/ql/test/library-tests/semmle/go/dataflow/flowsources/local/database

1 file changed

+0
-3
lines changed

go/ql/test/library-tests/semmle/go/dataflow/flowsources/local/database/test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
package test
22

33
import (
4-
"context"
54
"fmt"
65

76
gocb "github.com/couchbase/gocb/v2"
87
"github.com/gogf/gf/database/gdb"
9-
"github.com/rqlite/gorqlite"
10-
"go.mongodb.org/mongo-driver/mongo"
118
)
129

1310
func gogf(g gdb.DB) {

0 commit comments

Comments
 (0)