3b1004b12cdba6ad34a3378e3a8b1e3abaf59c3d
gbe-book
Go by Example book source.
Number'ing
$ mate tool/index.txt
$ go run tool/number.go
Gofmt'ing
$ tool/gofmt
Generating
$ cd tool
$ go build generate.go
$ cd ..
$ tool/generate src/063-line-filters/line-filters.go 'Line Filters' > build/line-filters.html
$ prince build/line-filters.html -o build/line-filters.pdf
Description
Languages
Go
59.8%
CSS
31.6%
Shell
8.6%