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