1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-21 19:55:24 +02:00

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
No known key found for this signature in database
GPG key ID: 1BE5172E637709C2

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