kenaito-dns/config/app.go

7 lines
97 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"
)