/src/pkg/debug - The Go Programming Language

Golang

Directory /src/pkg/debug

Name      Synopsis
dwarf      Package dwarf provides access to DWARF debugging information loaded from executable files, as defined in the DWARF 2.0 Standard at http://dwarfstd.org/doc/dwarf-2.0.0.pdf
elf      Package elf implements access to ELF object files.
gosym      Package gosym implements access to the Go symbol and line number tables embedded in Go binaries generated by the gc compilers.
macho      Package macho implements access to Mach-O object files.
pe      Package pe implements access to PE (Microsoft Windows Portable Executable) files.

Need more packages? Take a look at the Go Project Dashboard.