mirror of
https://github.com/araddon/dateparse.git
synced 2024-11-10 11:51:54 +08:00
update readme
This commit is contained in:
parent
cc25686d83
commit
a769f5a7a1
@ -1,7 +1,7 @@
|
|||||||
Go Date Parser
|
Go Date Parser
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
Parse any date string without knowing format in advance. Uses a scanner to read bytes and use a state machine to find format. Much faster than shotgun based parse methods. See [bench_test.go](https://github.com/araddon/dateparse/blob/master/bench_test.go) for performance comparison.
|
Parse many date strings without knowing format in advance. Uses a scanner to read bytes and use a state machine to find format. Much faster than shotgun based parse methods. See [bench_test.go](https://github.com/araddon/dateparse/blob/master/bench_test.go) for performance comparison.
|
||||||
|
|
||||||
|
|
||||||
[![Code Coverage](https://codecov.io/gh/araddon/dateparse/branch/master/graph/badge.svg)](https://codecov.io/gh/araddon/dateparse)
|
[![Code Coverage](https://codecov.io/gh/araddon/dateparse/branch/master/graph/badge.svg)](https://codecov.io/gh/araddon/dateparse)
|
||||||
|
Loading…
Reference in New Issue
Block a user