proposal: Add some way to explore packages and structs inside. #24410
Labels
Milestone
Comments
Have you looked into the If this is a proposal, it should propose something more specific. For example, adding JSON output to eithere of those tools (assuming there isn't yet such a feature) could be a proposal. |
its clear go doc has the capability. Adding JSON output is what I'm referring to. |
Well, the proposal is very short, so I'm making no assumptions as to what you meant. |
Start with |
thanks @josharian |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there some way to get all the packages and subpackages in the standard library, and all the structs inside those packages?
Something like what: https://golang.org/pkg/ outputs, but in a parseable format such as json
The text was updated successfully, but these errors were encountered: