debug/ directory

Directories

PathSynopsis
debug/buildinfoPackage buildinfo provides access to information embedded in a Go binary about how it was built.
debug/dwarfPackage 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.
debug/elfPackage elf implements access to ELF object files.
debug/gosymPackage gosym implements access to the Go symbol and line number tables embedded in Go binaries generated by the gc compilers.
debug/machoPackage macho implements access to Mach-O object files.
debug/pePackage pe implements access to PE (Microsoft Windows Portable Executable) files.
debug/plan9objPackage plan9obj implements access to Plan 9 a.out object files.
Version
v1.24.0 (latest)
Published
Feb 10, 2025
Platform
linux/amd64
Last checked
2 minutes ago

Tools for package owners.