mirror of
https://github.com/araddon/dateparse.git
synced 2025-08-20 20:28:40 +08:00
update readme
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
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.
|
||||
|
||||
|
||||
[](https://codecov.io/gh/araddon/dateparse)
|
||||
|
Reference in New Issue
Block a user