Skip to content

Commit 08a68b5

Browse files
committed
feat: add initial tests for GoMicro
1 parent 14eda73 commit 08a68b5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
| main.go:14:46:14:48 | definition of req |
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import go
2+
import semmle.go.frameworks.GoMicro
3+
4+
query predicate requests(DataFlow::ParameterNode node) { node instanceof GoMicro::Request }

0 commit comments

Comments
 (0)