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:
parent
f289daca9e
commit
a6ef97ac93
1 changed files with 8 additions and 0 deletions
8
pages/common/go-generate.md
Normal file
8
pages/common/go-generate.md
Normal 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 .`
|
Loading…
Add table
Reference in a new issue