gop icon indicating copy to clipboard operation
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 ?

Open serge-hulne opened this issue 3 years ago • 2 comments

If not, what would be an easy workaround?

  • Scanning Go+'s source code for documentation strings?
  • Using one of the existing tools (scanner, etc.)?

serge-hulne avatar Jul 05 '22 17:07 serge-hulne

We may provide gop doc [builtin.]string to show documentation about Go+ core data type such as string, []byte, etc.

xushiwei avatar Jul 14 '22 10:07 xushiwei

That would be useful to me. I would appreciate it. Thank you!

serge-hulne avatar Jul 14 '22 10:07 serge-hulne