diff options
-rw-r--r-- | rfc3339/rfc3339.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rfc3339/rfc3339.go b/rfc3339/rfc3339.go new file mode 100644 index 0000000..ecab1f2 --- /dev/null +++ b/rfc3339/rfc3339.go @@ -0,0 +1,2 @@ +// RFC3339 date +package rfc3339 |