Skip to content

miekg/learninggo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d93385b · Jan 5, 2022
Aug 21, 2019
Mar 1, 2016
Sep 13, 2018
Aug 20, 2018
Feb 22, 2021
Mar 16, 2015
Aug 17, 2020
Aug 20, 2018
Jan 5, 2022
Sep 10, 2018
Oct 14, 2018
Sep 10, 2018
Aug 25, 2018
Dec 7, 2021
Apr 11, 2015
Sep 10, 2018
Sep 10, 2018
Nov 11, 2018
Nov 11, 2018
Feb 22, 2021
Sep 29, 2018

Repository files navigation

Learning Go

This is the "Learning Go" book in mmark markdown. It is translated to HTML with mmark.

After some post processing (with some javascript) the end result, can be found here.

To Build

  • Download or go get mmark.
  • cd <repo-of-mmark>
  • 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.