Type alias for build info. We cannot move the types here, since
runtime/debug would need to import this package, which would make it
a much larger dependency.
Read returns build information embedded in a Go binary file
accessed through the given ReaderAt. Most information is only available for
binaries built with module support.
ReadFile returns build information embedded in a Go binary
file at the given path. Most information is only available for binaries built
with module support.