1
0
mirror of https://github.com/securego/gosec.git synced 2025-11-25 22:22:17 +02:00

Check nil pointer when variable is declared in a different file

This commit is contained in:
Rick Moran
2023-03-08 08:42:45 -05:00
committed by GitHub
parent cdd3476f91
commit f823a7e92b
3 changed files with 60 additions and 12 deletions

View File

@@ -1,3 +1,4 @@
//go:build tools
// +build tools
package tools