We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c900e commit bf8bed4Copy full SHA for bf8bed4
go/ql/test/library-tests/semmle/go/dataflow/flowsources/local/database/test.go
@@ -4,7 +4,6 @@ import (
4
"context"
5
"fmt"
6
7
- beegoOrm "github.com/beego/beego/orm"
8
gocb "github.com/couchbase/gocb/v2"
9
"github.com/gogf/gf/database/gdb"
10
"github.com/rqlite/gorqlite"
@@ -33,18 +32,6 @@ func gogf(g gdb.DB) {
33
32
fmt.Println(u1)
34
}
35
36
-func beego() {
37
- orm := beegoOrm.NewOrm()
38
-
39
- type User struct {
40
- Id int
41
- Name string
42
- }
43
44
- var user User
45
- orm.Read(&user) // $source
46
-}
47
48
func couchbase(coll *gocb.Collection) {
49
type User struct {
50
Name string
0 commit comments