actions/github/codeql-action-v2/tests/multi-language-repo/codeql-qlpacks/go-qlpack/show_ifs.ql

11 lines
No EOL
156 B
Text

/**
* @name Show Go Ifs
* @description Show Go Ifs
* @kind problem
* @id inrepo-go-querypack/show-ifs
*/
import go
from IfStmt i
select i, "hello if"