11 lines
156 B
Plaintext
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" |