go-generate: add page (#4003)

Signed-off-by: gonejack <igonejack@gmail.com>
This commit is contained in:
gonejack
2020-05-08 20:39:58 +08:00
committed by Starbeamrainbowlabs
parent f289daca9e
commit a6ef97ac93

View File

@@ -0,0 +1,8 @@
# go generate
> Generate Go files by processing source.
> More information: <https://golang.org/cmd/go/>.
- Scan and generate under current directory:
`go generate .`