mirror of
https://github.com/securego/gosec.git
synced 2025-11-27 22:28:20 +02:00
Format import to make codecov happy
Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>
This commit is contained in:
committed by
Cosmin Cojocar
parent
50e1fe267d
commit
d78f02634a
@@ -14,9 +14,7 @@
|
|||||||
|
|
||||||
package gosec
|
package gosec
|
||||||
|
|
||||||
import (
|
import "go/ast"
|
||||||
"go/ast"
|
|
||||||
)
|
|
||||||
|
|
||||||
func resolveIdent(n *ast.Ident, c *Context) bool {
|
func resolveIdent(n *ast.Ident, c *Context) bool {
|
||||||
if n.Obj == nil || n.Obj.Kind != ast.Var {
|
if n.Obj == nil || n.Obj.Kind != ast.Var {
|
||||||
|
|||||||
Reference in New Issue
Block a user