26 lines
208 B
Markdown
26 lines
208 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
|
|
```
|
|
|
|
|
|
### Building
|
|
|
|
```console
|
|
$ tool/build
|
|
```
|