Documentation ¶ Index ¶ func NewTable(t testing.TB, symtab []byte, pcln *gosym.LineTable) *gosym.Table Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewTable ¶ func NewTable(t testing.TB, symtab []byte, pcln *gosym.LineTable) *gosym.Table NewTable decodes the Go symbol table (the ".gosymtab" section in ELF), returning an in-memory representation. Starting with Go 1.3, the Go symbol table no longer includes symbol data. Types ¶ This section is empty. Source Files ¶ View all Source files symtab.go Click to show internal directories. Click to hide internal directories.