1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 09:42:07 +02:00
tldr/pages/common/go-generate.md
会有猫的 4cac843cae
go-*: apply additional suggestions
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-05-21 12:33:55 +01:00

246 B

go generate

Generate Go files by running commands within source files. 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