The comments for the varint functions in encoding/binary don't mention anything about how the integer is encoded. Since there are quite a number of options, it should probably be more clear that it's a little-endian, base128 format.
The text was updated successfully, but these errors were encountered:
dsnet
changed the title
encoding/binary varint functions could be better described.
encoding/binary: varint functions could be better described
Feb 10, 2017
The comments for the varint functions in encoding/binary don't mention anything about how the integer is encoded. Since there are quite a number of options, it should probably be more clear that it's a little-endian, base128 format.
The text was updated successfully, but these errors were encountered: