Add variable commentary

This commit is contained in:
nxshock 2023-03-18 15:11:35 +05:00
parent 85e1aa28a1
commit 1a97d439fc

View File

@ -7,5 +7,6 @@ const (
// Формат времени для сообщений // Формат времени для сообщений
defaultTimeFormat = "02.01.06 15:04" defaultTimeFormat = "02.01.06 15:04"
// Формат времени для файлов
defaulFileNameTimeFormat = "2006-01-02_15-04-05" defaulFileNameTimeFormat = "2006-01-02_15-04-05"
) )