type runtime/debug.BuildInfo
5 uses
runtime/debug (current package)
mod.go#L20: func ReadBuildInfo() (info *BuildInfo, ok bool) {
mod.go#L41: type BuildInfo struct {
mod.go#L106: func (bi *BuildInfo) String() string {
mod.go#L157: func ParseBuildInfo(data string) (bi *BuildInfo, err error) {
mod.go#L191: bi = new(BuildInfo)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)