gop
gop copied to clipboard
Question: Is there a way to extract the documentation (like pydoc or go doc) relative to the Go+ core libraries from the source ?
If not, what would be an easy workaround?
- Scanning Go+'s source code for documentation strings?
- Using one of the existing tools (scanner, etc.)?
We may provide gop doc [builtin.]string to show documentation about Go+ core data type such as string, []byte, etc.
That would be useful to me. I would appreciate it. Thank you!