Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 492 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 492 Bytes

Learning Go

This is the "Learning Go" book in mmark markdown. It is translated to HTML with mmark.

After some post processing the end result, can be found here.

To Build YourSelf

  • Download or go get mmark.
  • cd mmark/mmark
  • go install

And then just make in this repository.

Notes

The stack exercise and solution uses struct which are not being dealt with yet.