# Learning Go

This is the "Learning Go" book in mmark markdown. It is translated
to HTML with [mmark](https://github.com/miekg/mmark).

After some post processing [the end result, can be found here](http://miek.nl/go/learninggo.html).

## To Build YourSelf

* Download or `go get` [mmark](https://github.com/miekg/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.