Documentation
¶
Overview ¶
Command generator rebuilds generated.go from upstream data sources.
It reaches the network, so it is not part of `go build`; run it manually (or via `go generate ./...`) when the lists should be refreshed:
go run ./internal/generator
Use -offline to regenerate from the static tables only, which keeps the build reproducible when the network or an upstream source is unavailable.
Click to show internal directories.
Click to hide internal directories.