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

View File

@@ -1,8 +1,8 @@
# go generate # go generate
> Generate Go files by processing source. > 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`