github.com/cnboonhan/delve@v0.0.0-20230908061759-363f2388c2fb/pkg/dwarf/leb128/doc.go (about)

     1  // Package leb128 provides encoders and decoders for The Little Endian Base 128 format.
     2  // The Little Endian Base 128 format is defined in the DWARF v4 standard,
     3  // section 7.6, page 161 and following.
     4  package leb128