fastid icon indicating copy to clipboard operation
fastid copied to clipboard

Snowflake ID generating in Go

Results 2 fastid issues
Sort by recently updated
recently updated
newest added

Custom "StartTimeEnvName" not work. ``` func getStartEpochFromEnv() int64 { startTimeStr := getEnv(StartTimeEnvName, defaultStartTimeStr) var startEpochTime, err = time.Parse(time.RFC3339, startTimeStr) if err == nil { return defaultStartTimeNano } return startEpochTime.UnixNano() }...

GenInt64ID中发生时钟回拨的时候是不是可以返回-1表示出错