mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 14:46:00 +02:00
go-generate: apply suggestions
Signed-off-by: gonejack <igonejack@gmail.com>
This commit is contained in:
parent
39f30ce6c7
commit
6888a29a68
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
# go generate
|
||||
|
||||
> Generate Go files by processing source.
|
||||
> More information: <https://golang.org/cmd/go/>.
|
||||
> More information: <https://golang.org/cmd/go/#hdr-Generate_Go_files_by_processing_source>.
|
||||
|
||||
- Scan and generate under current directory:
|
||||
- Generate Go files by running commands within source files:
|
||||
|
||||
`go generate .`
|
||||
`go generate`
|
||||
|
|
Loading…
Add table
Reference in a new issue