Releases: kpango/fastime
Releases · kpango/fastime
v1.0.8: [patch] remove buffer pool (#9)
Signed-off-by: kpango <i.can.feel.gravity@gmail.com>
v1.0.7: [patch] use buffer pool for formatted time
* [patch] use buffer pool for formatted time * fix * [patch] use buffer pool for formatted time
v1.0.6: [patch] use buffer pool for formatted time (#7)
* [patch] use buffer pool for formatted time
v1.0.5: Feature store formatted time (#6)
* [patch] store formatted time
v1.0.4
UnixTime support
Merge pull request #4 from kpango/featuere-add-uint32-time fix
v1.0.2: Merge pull request #3 from kpango/featuere-add-uint32-time
[patch] uint32 time for hash
v1.0.1: Merge pull request #2 from kpango/feature-add-unixnanonow-function
[patch] add UnixNanoNow()
Fastime First Release
Fastime is fast time function.
you can use like a time package
time.Now()
fastime.Now()