# learninggo **Repository Path**: oldrivers/learninggo ## Basic Information - **Project Name**: learninggo - **Description**: Learning Go Book in mmark - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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.