Use the language agnostic call graph interface to create a Go specific call graph generation. Support parsing Go files in an entire codebase, extracting function declaration and call expressions. Include this for third party packages from go/pkg/mod or go/pkg/vendor and resolve the calls from first party code of the third party package methods.
Use the language agnostic call graph interface to create a Go specific call graph generation. Support parsing Go files in an entire codebase, extracting function declaration and call expressions. Include this for third party packages from
go/pkg/modorgo/pkg/vendorand resolve the calls from first party code of the third party package methods.