Skip to content
README.md 492 B
Newer Older
Miek Gieben's avatar
Miek Gieben committed
# Learning Go

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

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

## To Build YourSelf

Miek Gieben's avatar
Miek Gieben committed
* Download or `go get` [mmark](https://github.com/miekg/mmark).
* `cd mmark/mmark`
* `go install`

Miek Gieben's avatar
Miek Gieben committed
And then just `make` in this repository.

Miek Gieben's avatar
Miek Gieben committed
## Notes

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