1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-28 20:44:54 +02:00
tldr/pages/common/go-generate.md
gonejack 6888a29a68
go-generate: apply suggestions
Signed-off-by: gonejack <igonejack@gmail.com>
2020-05-21 12:30:24 +01:00

227 B

go generate

Generate Go files by processing source. More information: https://golang.org/cmd/go/#hdr-Generate_Go_files_by_processing_source.

  • Generate Go files by running commands within source files:

go generate