diff options
| author | Paul Buetow <paul@buetow.org> | 2024-09-22 17:40:41 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-09-22 17:40:41 +0300 |
| commit | b63cb8f762ab0bba7750d813924c54c3089a66d6 (patch) | |
| tree | 16aa1cc164cad6e03e1eaf6d3253b28f0ab27009 /internal/format | |
| parent | aa1a599f105850e41954ac22de05bf381cfa0d9a (diff) | |
can gather stats from post history
Diffstat (limited to 'internal/format')
| -rw-r--r-- | internal/format/time.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/format/time.go b/internal/format/time.go new file mode 100644 index 0000000..cf35722 --- /dev/null +++ b/internal/format/time.go @@ -0,0 +1,3 @@ +package format + +const Time = "20060102-150405" |
