Skip to content

Commit 174f375

Browse files
authored
Update README.md
1 parent c399393 commit 174f375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/callgraph/language/golang/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ debricked scan .
1919
The callgraph generation depends only on internal functionality in the Go standard library, for more information about this and the implementation see:
2020
https://cs.opensource.google/go/x/tools/+/refs/tags/v0.19.0:cmd/callgraph/main.go
2121

22-
As always, callgraph cannot be expected to include all possible calls in your program and not all included calls are guaranteed to be reachable.
22+
As is ususal with callgraph generation, the resulting callgraph cannot be expected to include all possible calls in your program and not all included calls are guaranteed to be reachable/correct.

0 commit comments

Comments
 (0)