gobyexample/README.md
Mark McGranaghan 44d4ed6966 fuck yeah books
2012-10-01 11:16:17 -07:00

28 lines
386 B
Markdown

## gbe-book
Go by Example book source.
### Number'ing
```console
$ mate tool/index.txt
$ go run tool/number.go
```
### Gofmt'ing
```console
$ tool/gofmt
```
### Generating
```console
$ 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