1
0
Fork 0
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:
gonejack 2020-05-11 12:04:18 +08:00 committed by Starbeamrainbowlabs
parent 39f30ce6c7
commit 6888a29a68
No known key found for this signature in database
GPG key ID: 1BE5172E637709C2

View file

@ -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`