mirror of
https://github.com/araddon/dateparse.git
synced 2025-09-19 05:05:15 +08:00
add pkg doc
This commit is contained in:
@@ -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 (
|
||||
|
Reference in New Issue
Block a user