mirror of
https://github.com/stashapp/stash.git
synced 2026-05-09 05:05:29 +02:00
Lint
This commit is contained in:
parent
45c1c0b008
commit
84998e9a77
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ type Date struct {
|
|||
Precision DatePrecision
|
||||
}
|
||||
|
||||
var dateFormatPrecision []string = []string{
|
||||
var dateFormatPrecision = []string{
|
||||
"2006-01-02",
|
||||
"2006-01",
|
||||
"2006",
|
||||
|
|
|
|||
Loading…
Reference in a new issue