From b63cb8f762ab0bba7750d813924c54c3089a66d6 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 22 Sep 2024 17:40:41 +0300 Subject: can gather stats from post history --- internal/format/time.go | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 internal/format/time.go (limited to 'internal/format') 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" -- cgit v1.2.3