Open armijnhemel opened 2 years ago
uvarint is a variable length integer used in Sqlite4 and Go:
uvarint
https://www.sqlite.org/src4/doc/trunk/www/varint.wiki https://pkg.go.dev/github.com/mohae/uvarint
In Go it is used for the "indexed export format" (for example: __.PKGDEF files).
__.PKGDEF
uvarint
is a variable length integer used in Sqlite4 and Go:https://www.sqlite.org/src4/doc/trunk/www/varint.wiki https://pkg.go.dev/github.com/mohae/uvarint
In Go it is used for the "indexed export format" (for example:
__.PKGDEF
files).