Skip to content

Commit 64c60d5

Browse files
committed
Go: Fix compilation.
1 parent 9671c88 commit 64c60d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go/ql/lib/semmle/go/dataflow/internal/DataFlowUtil.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* Provides Go-specific definitions for use in the data flow library.
33
*/
44

5-
import go
6-
import semmle.go.dataflow.FunctionInputsAndOutputs
5+
private import go
6+
private import semmle.go.dataflow.FunctionInputsAndOutputs
77
private import semmle.go.dataflow.ExternalFlow
88
private import DataFlowPrivate
99
private import FlowSummaryImpl as FlowSummaryImpl

0 commit comments

Comments
 (0)