Fixed some typos.
This commit is contained in:
parent
b942c67d8e
commit
35432e184a
1 changed files with 2 additions and 1 deletions
|
@ -25,12 +25,13 @@ import (
|
||||||
```go
|
```go
|
||||||
//go:generate go run code.foilhatguy.casa/pub/help HELP.md
|
//go:generate go run code.foilhatguy.casa/pub/help HELP.md
|
||||||
```
|
```
|
||||||
The last part in this directive is a name of help file for
|
The last part in this directive is a name of the help file for
|
||||||
your application. It should be placed in the root directory
|
your application. It should be placed in the root directory
|
||||||
of your project along with **main.go** file. The help file
|
of your project along with **main.go** file. The help file
|
||||||
can be written ether in the MarkDown format, or in plain text.
|
can be written ether in the MarkDown format, or in plain text.
|
||||||
MarkDown will be automatically converted in to plain text,
|
MarkDown will be automatically converted in to plain text,
|
||||||
which is suitable for the console output.
|
which is suitable for the console output.
|
||||||
|
|
||||||
4. Run code generator by **go generate** command:
|
4. Run code generator by **go generate** command:
|
||||||
```shell
|
```shell
|
||||||
go generate ./...
|
go generate ./...
|
||||||
|
|
Loading…
Add table
Reference in a new issue