Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Main ¶ added in v0.700.0
func Main()
Main is the whole program entry point: it installs the top-level panic recovery and runs the root command.
The repository's own main.go is one call to this function, and so is the main.go that `xpando build` generates for a composed binary. That is the reason it exists: internal/logging is unreachable from another module, so a generated main package could only call Execute and would silently lose the panic handler. Anything that must happen for *every* Pando binary belongs here, not in main.go.
Types ¶
This section is empty.
Source Files
¶
Directories
¶
| Path | Synopsis |
|---|---|
|
Command xpando composes a Pando binary from the public core plus one or more extension modules.
|
Command xpando composes a Pando binary from the public core plus one or more extension modules. |
Click to show internal directories.
Click to hide internal directories.