I am reading the documents(reference) of golang, the spec and the memory model reference.
And I want read it in my way:
- get the source(markdown or ReST or something like that)
- read it in my editor, add some comments if necessary
But I didn’t find their source, I think these references are not written in HTML, but compiled into HTML, am I right? And would you help me find the source?
Thanks.