type runtime/debug.BuildInfo

4 uses

	runtime/debug (current package)
		mod.go#L17: func ReadBuildInfo() (info *BuildInfo, ok bool) {
		mod.go#L23: type BuildInfo struct {
		mod.go#L37: func readBuildInfo(data string) (*BuildInfo, bool) {
		mod.go#L66: 		info = &BuildInfo{}