Improve CLI tool for example usage

This commit is contained in:
Aaron Raddon
2017-07-26 18:15:47 -07:00
parent 882d5c810b
commit 82e967717c
3 changed files with 89 additions and 21 deletions

View File

@@ -32,6 +32,12 @@ t, err := dateparse.ParseLocal("3/1/2014")
```
cli tool for testing dateformats
----------------------------------
[Date Parse CLI](https://github.com/araddon/dateparse/blob/master/dateparse)
Extended example https://github.com/araddon/dateparse/blob/master/example/main.go
```go
package main