1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/go-generate.md

9 lines
170 B
Markdown
Raw Normal View History

# go generate
> Generate Go files by processing source.
> More information: <https://golang.org/cmd/go/>.
- Scan and generate under current directory:
`go generate .`