# learninggo **Repository Path**: mirrors_miekg/learninggo ## Basic Information - **Project Name**: learninggo - **Description**: Learning Go Book in mmark - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-04-04 ## 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/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.