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
28f6d2c206
commit
aa89add5da
@ -3,10 +3,10 @@ Go Date Parser
|
||||
|
||||
Parse Any date format without knowing format in advance. Uses
|
||||
a Scan/Lex based approach to minimize shotgun based parse attempts.
|
||||
See bench_test.go for performance comparison.
|
||||
See [bench_test.go](https://github.com/araddon/dateparse/blob/master/bench_test.go) for performance comparison.
|
||||
|
||||
|
||||
See https://github.com/araddon/dateparse/blob/master/example/main.go
|
||||
See example https://github.com/araddon/dateparse/blob/master/example/main.go
|
||||
```go
|
||||
package main
|
||||
|
||||
|
@ -2,7 +2,6 @@ package dateparse
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
//"github.com/bmizerany/assert"
|
||||
"testing"
|
||||
"time"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user