Documentation
¶
Overview ¶
Package buildinfo provides a way to read the build information embedded in a Go binary. It is based on the `debug` package's `ReadBuildInfo` function, but provides a simplified interface to access the build information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func VersionString ¶
func VersionString() string
VersionString returns a formatted string containing the version and build information of the application.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.