errpunk
errpunk
if i'm not set the EncodeTime explicitly when initialize my logger, I will get blocked on any log-writing function, such as `log.Info()` my use case is: ```go logFilePath := "/path/to/log/file"...
is there any chances to use monotonic instead of wall time?
**Is your feature request related to a problem? Please describe.** A typical Go module is named in the format of 'example.com/foo/bar.' However, whenever I run the `goctl api new example.com/foo/bar`...
in this scenario, NextID() could block very long time. 1. in a high load: `(sf.sequence + 1) & maskSequence == 0` 2. in the same time, system clock drift backwards,...