shorter
This commit is contained in:
parent
36bf9178f0
commit
01f88c43fc
@ -3,11 +3,11 @@
|
|||||||
Go by Example book source.
|
Go by Example book source.
|
||||||
|
|
||||||
|
|
||||||
### Reordering
|
### Numbering
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ mate tool/index.txt
|
$ mate tool/index.txt
|
||||||
$ tool/renumber
|
$ tool/number
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
@ -16,4 +16,3 @@ $ tool/renumber
|
|||||||
```console
|
```console
|
||||||
$ tool/gofmt
|
$ tool/gofmt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -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.
|
// order in index.txt.
|
||||||
|
|
||||||
package main
|
package main
|
Loading…
x
Reference in New Issue
Block a user