summaryrefslogtreecommitdiff
path: root/internal/timefmt/doc.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-04 08:26:53 +0200
committerPaul Buetow <paul@buetow.org>2026-03-04 08:26:53 +0200
commitc25c9002f3214e07b041aefa26d5d13c26757839 (patch)
treefbb49536bc30b1af36ab2464206bd2df4fba286b /internal/timefmt/doc.go
parente6fca78646f96df0f0c6997c396073e5579c97ea (diff)
docs: add package docs and timer API comments
Diffstat (limited to 'internal/timefmt/doc.go')
-rw-r--r--internal/timefmt/doc.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/timefmt/doc.go b/internal/timefmt/doc.go
new file mode 100644
index 0000000..63afde5
--- /dev/null
+++ b/internal/timefmt/doc.go
@@ -0,0 +1,2 @@
+// Package timefmt parses timestamp inputs accepted by timr commands.
+package timefmt