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
|