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: 8 days ago
JSON representation
Learning Go Book in mmark
- Host: GitHub
- URL: https://github.com/miekg/learninggo
- Owner: miekg
- License: other
- Created: 2015-03-16T21:34:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T19:22:18.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T14:14:39.257Z (about 2 months ago)
- Topics: book, exercises, free, golang, mmark
- Language: Go
- Homepage: https://miek.nl/go
- Size: 20.7 MB
- Stars: 546
- Watchers: 25
- Forks: 111
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - miekg/learninggo - Learning Go Book in mmark (Go)
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` - optionalAnd then just `make` in this repository.
## Notes
The stack exercise and solution uses `struct` which are not being dealt with yet.