PowerEngine/wave_record/constant/time.go

8 lines
166 B
Go
Raw Normal View History

2024-07-26 10:50:40 +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"
)