From 84998e9a77171858da6787a60d48158523fa1b27 Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Wed, 3 Dec 2025 09:09:24 +1100 Subject: [PATCH] Lint --- pkg/models/date.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/models/date.go b/pkg/models/date.go index 0d5d69f17..dbd5c4ec6 100644 --- a/pkg/models/date.go +++ b/pkg/models/date.go @@ -22,7 +22,7 @@ type Date struct { Precision DatePrecision } -var dateFormatPrecision []string = []string{ +var dateFormatPrecision = []string{ "2006-01-02", "2006-01", "2006",