Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintStackTrace ¶
Types ¶
type RuntimeInfo ¶
type RuntimeInfo struct {
AppName string `json:"app.name"`
GoVersion string `json:"go.version"`
GoArch string `json:"go.arch"`
Vcs string `json:"vcs"`
VcsRevision string `json:"vcs.revision"`
VcsTime string `json:"vcs.time"`
Dirty bool `json:"dirty"`
}
var BuildInfo RuntimeInfo
Click to show internal directories.
Click to hide internal directories.