add pkg doc

This commit is contained in:
Aaron Raddon
2017-10-04 03:50:25 -07:00
parent e2f3c465e9
commit 6da1fef9ab
2 changed files with 13 additions and 55 deletions

View File

@@ -1,3 +1,6 @@
// Package dateparse parses date-strings without knowing the format
// in advance, using a fast lex based approach to eliminate shotgun
// attempts. It leans towards US style dates when there is a conflict.
package dateparse
import (