diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-04 08:26:53 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-04 08:26:53 +0200 |
| commit | c25c9002f3214e07b041aefa26d5d13c26757839 (patch) | |
| tree | fbb49536bc30b1af36ab2464206bd2df4fba286b /internal/config/doc.go | |
| parent | e6fca78646f96df0f0c6997c396073e5579c97ea (diff) | |
docs: add package docs and timer API comments
Diffstat (limited to 'internal/config/doc.go')
| -rw-r--r-- | internal/config/doc.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/config/doc.go b/internal/config/doc.go new file mode 100644 index 0000000..5d58f69 --- /dev/null +++ b/internal/config/doc.go @@ -0,0 +1,2 @@ +// Package config loads, saves, and defaults timr configuration values. +package config |
