You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey folks, I am trying to analyze a local Go package to find the entire call tree (including recursively going through method calls of method calls) of a specific method in the package. I can see the visualization on the http page, but I am trying to write custom stuff based on the output to determine whether a certain validation function gets called by those methods. Is there a way to get machine readable output like json to get this info?
The json output I got when I gave -format json was the json representation of the http page. Help is appreciated!
The text was updated successfully, but these errors were encountered:
Hey folks, I am trying to analyze a local Go package to find the entire call tree (including recursively going through method calls of method calls) of a specific method in the package. I can see the visualization on the http page, but I am trying to write custom stuff based on the output to determine whether a certain validation function gets called by those methods. Is there a way to get machine readable output like json to get this info?
The json output I got when I gave -format json was the json representation of the http page. Help is appreciated!
The text was updated successfully, but these errors were encountered: