mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-04 12:35:24 +02:00
8 lines
245 B
Markdown
8 lines
245 B
Markdown
# go generate
|
|
|
|
> Generate Go files by running commands within source files.
|
|
> More information: <https://pkg.go.dev/cmd/go#hdr-Generate_Go_files_by_processing_source>.
|
|
|
|
- Generate Go files by running commands within source files:
|
|
|
|
`go generate`
|