Skip to content

Commit 9a5e1f5

Browse files
authored
Make import private
1 parent 13d1c88 commit 9a5e1f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ql/lib/semmle/go/StringOps.qll

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
import go
6-
import semmle.go.dataflow.DataFlowForStringsNewReplacer
6+
private import semmle.go.dataflow.DataFlowForStringsNewReplacer
77

88
/** Provides predicates and classes for working with string operations. */
99
module StringOps {

0 commit comments

Comments
 (0)