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#L76: func (bi *BuildInfo) String() string {
mod.go#L121: func ParseBuildInfo(data string) (bi *BuildInfo, err error) {
mod.go#L155: bi = new(BuildInfo)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)