Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/miekg/learninggo

Learning Go Book in mmark
https://github.com/miekg/learninggo

book exercises free golang mmark

Last synced: 3 months ago
JSON representation

Learning Go Book in mmark

Lists

README

        

# Learning Go

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

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

## To Build

* Download or `go get` [mmark](https://github.com/mmarkdown/mmark).
* `cd `
* `go build`
* `go install` - optional

And then just `make` in this repository.

## Notes

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