package version // Build contains information about the build environment. type Build struct { // The name of the current build. Name string // The version of the current build. Version string }