gofmt tool

This commit is contained in:
Mark McGranaghan
2012-09-23 18:29:48 -07:00
parent f9e9441615
commit 36bf9178f0
3 changed files with 13 additions and 2 deletions

View File

@@ -5,7 +5,15 @@ Go by Example book source.
### Reordering
```bash
```console
$ mate tool/index.txt
$ tool/renumber
```
### Gofmt'ing
```console
$ tool/gofmt
```