Documentation ¶ Index ¶ func ReadELF(name string, f *os.File, data []byte) (buildid string, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ReadELF ¶ func ReadELF(name string, f *os.File, data []byte) (buildid string, err error) The Go build ID is stored in a note described by an ELF PT_NOTE prog header. The caller has already opened filename, to get f, and read at least 4 kB out, in data. Types ¶ This section is empty. Source Files ¶ View all Source files note.go Click to show internal directories. Click to hide internal directories.