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

245 B

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