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)