391 B
391 B
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