mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 06:38:47 +00:00
Update numerous package declaration names
This commit is contained in:
@@ -25,4 +25,4 @@
|
||||
```
|
||||
|
||||
*/
|
||||
package varint
|
||||
package encoding_varint
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
// package varint implements variable length integer encoding and decoding using
|
||||
// the LEB128 format as used by DWARF debug info, Android .dex and other file formats.
|
||||
package varint
|
||||
package encoding_varint
|
||||
|
||||
// In theory we should use the bigint package. In practice, varints bigger than this indicate a corrupted file.
|
||||
// Instead we'll set limits on the values we'll encode/decode
|
||||
|
||||
Reference in New Issue
Block a user