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