How to read a big endian varint in go?
I was writing a sqlite db file reader in go, and per the specification the sql creators make heavy usage of varints.
I was writing a sqlite db file reader in go, and per the specification the sql creators make heavy usage of varints.