1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 12:35:24 +02:00
tldr/pages/common/go-generate.md
2025-06-28 15:06:36 -07:00

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`