gobyexample/README.md
Mark McGranaghan 9a3987c96a gofmt
2012-10-01 08:01:39 -07:00

19 lines
164 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
```