Closed bwmarrin closed 7 years ago
In go-alone the encode/decode methods create a very small Base64 timestamp by removing prefixing zeros and trailing characters. Implement something similar for our snowflake library here.
https://github.com/bwmarrin/snowflake/issues/5
In go-alone the encode/decode methods create a very small Base64 timestamp by removing prefixing zeros and trailing characters. Implement something similar for our snowflake library here.