We dig them out of your code.
func Get(data []byte, keys ...string) (value []byte,
dataType ValueType, offset int, err error) {
a, b, _, d, e := internalGet(data, keys...)
return a, b, d, e
}
// nextToken(data []byte) — position of next token skipping
// whitespace; -1 when the buffer runs out before a token.
recovered from code · commit history · tickets — 123 promises recovered and signed on our first public audit