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

11 lines
156 B
Plaintext

/**
* @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"