This commit is contained in:
Mark McGranaghan 2012-09-23 18:30:24 -07:00
parent 36bf9178f0
commit 01f88c43fc
3 changed files with 3 additions and 4 deletions

View File

@ -3,11 +3,11 @@
Go by Example book source.
### Reordering
### Numbering
```console
$ mate tool/index.txt
$ tool/renumber
$ tool/number
```
@ -16,4 +16,3 @@ $ tool/renumber
```console
$ tool/gofmt
```

View File

@ -1,4 +1,4 @@
// Renumber the .go content files according to the
// (Re-)number the .go content files according to the
// order in index.txt.
package main