learninggo
learninggo copied to clipboard
Learning Go Book in mmark
Learning Go
This is the "Learning Go" book in mmark markdown. It is translated to HTML with mmark.
After some post processing (with some javascript) the end result, can be found here.
To Build
- Download or
go getmmark. cd <repo-of-mmark>go buildgo install- optional
And then just make in this repository.
Notes
The stack exercise and solution uses struct which are not being dealt with yet.