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#L104: func (bi *BuildInfo) String() string {
		mod.go#L149: func ParseBuildInfo(data string) (bi *BuildInfo, err error) {
		mod.go#L183: 	bi = new(BuildInfo)