modelRT/constants/time.go

8 lines
171 B
Go
Raw Normal View History

// Package constants define constant variable
package constants
const (
// LogTimeFormate define time format for log file name
LogTimeFormate = "2006-01-02 15:04:05"
)