mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
Go: Fix import conflict.
This commit is contained in:
@@ -20,4 +20,6 @@ module GoDataFlow implements InputSig {
|
||||
predicate neverSkipInPathGraph = Private::neverSkipInPathGraph/1;
|
||||
|
||||
Node exprNode(DataFlowExpr e) { result = Public::exprNode(e) }
|
||||
|
||||
predicate golangSpecificParamArgFilter = Private::golangSpecificParamArgFilter/3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user