GoCommandNeedsFixProposalProposal-Acceptedhelp wanted
Repository metrics
- Stars
- (133,883 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
To build better language support for editors and ide's it could be helpful to have the docs as json.
For example https://golang.org/pkg/strings.json to get the strings package documentation.
Or via terminal by a flag like go doc fmt -format json
Then the docs can be used to generate snippets based on the documentation.