kenaito-dns/config/app.go

8 lines
139 B
Go
Raw Normal View History

2024-11-07 23:54:55 +08:00
package config
const (
AppVersion = "1.0.0"
AppTimeFormat = "2006/01/02 15:04:05.999999"
DataTimeFormat = "2006-01-02 15:04:05"
2024-11-07 23:54:55 +08:00
)