Get `uid` as an int, instead of hex string?

Hi all,

Using dgo and dql.
I would like to unmarshal uids as uint64s instead of strings.
So "uid": 20024 instead of "uid": "0x4e38".

Is this possible?

Thanks,
Paul

Not possible. You should convert it on your end if so.