mirror of
https://github.com/go-delve/delve.git
synced 2025-10-30 02:07:58 +08:00
5 lines
217 B
Go
5 lines
217 B
Go
// Package leb128 provides encoders and decoders for The Little Endian Base 128 format.
|
|
// The Little Endian Base 128 format is defined in the DWARF v4 standard,
|
|
// section 7.6, page 161 and following.
|
|
package leb128
|