Skip to content

Commit 78a65a7

Browse files
committed
Remove import
1 parent 6d75981 commit 78a65a7

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

go/ql/src/experimental/CWE-287/examples/LdapAuthBad.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ package main
33
import (
44
"fmt"
55
"log"
6-
7-
"github.com/go-ldap/ldap"
86
)
97

108
func bad() interface{} {

go/ql/src/experimental/CWE-287/examples/LdapAuthGood.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ package main
33
import (
44
"fmt"
55
"log"
6-
7-
"github.com/go-ldap/ldap"
86
)
97

108
func good() interface{} {

0 commit comments

Comments
 (0)