100% test coverage and simplification

This commit is contained in:
Aaron Raddon
2017-07-13 19:57:15 -07:00
parent 13f5ac295e
commit b2d4996d99
4 changed files with 332 additions and 445 deletions

View File

@@ -6,6 +6,8 @@ a Scan/Lex based approach to minimize shotgun based parse attempts.
See [bench_test.go](https://github.com/araddon/dateparse/blob/master/bench_test.go) for performance comparison.
[![Codecov](https://img.shields.io/codecov/c/github/araddon/dateparse.svg)]()
See example https://github.com/araddon/dateparse/blob/master/example/main.go
```go
package main