PowerEngine/modelRT/constant/time.go

8 lines
166 B
Go
Raw Normal View History

2024-11-12 16:39:14 +08:00
// Package constant define constant value
package constant
const (
// LogTimeFormate define time format for log file name
LogTimeFormate = "2006-01-02 15:04:05"
)