Go Optimizations 101, Go Details & Tips 101 and Go Generics 101 are all Go 1.24 ready now. The most cost-effective way to buy them is through this book bundle in the Leanpub book store.

go-tmd

go-tmd is a Go project for TapirMD markup language. The project includes a command and a library. Currently, HTML page generation is the only supported functionality.

The module path of the project is go101.org/tmd, which is the also the command package path. Currently, the path of the only library package is go101.org/tmd/render (docs).

To install the command (tmd), run

go install go101.org/tmd@latest

then run tmd to get how to use the command.

For TapirMD syntax, please visit TapirMD official website.


The Go 101 project is hosted on Github. Welcome to improve Go 101 articles by submitting corrections for all kinds of mistakes, such as typos, grammar errors, wording inaccuracies, description flaws, code bugs and broken links.

If you would like to learn some Go details and facts every serveral days, please follow Go 101's official Twitter account @zigo_101.

Tapir, the author of Go 101, has been on writing the Go 101 series books and maintaining the go101.org website since 2016 July. New contents will be continually added to the book and the website from time to time. Tapir is also an indie game developer. You can also support Go 101 by playing Tapir's games (made for both Android and iPhone/iPad):
Individual donations via PayPal are also welcome.