added time

main
alex 2023-11-13 20:11:31 +01:00
parent c84664fece
commit 0d8f3b3265
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ func main() {
loghandler.AddLog(structs.LogBody{ loghandler.AddLog(structs.LogBody{
Type: "logserver", Type: "logserver",
Logs: []string{time.Now().Format("02-01-2006 15:04:05") + "Log Server started"}, Logs: []string{time.Now().Format("02-01-2006 15:04:05") + " Log Server started"},
}) })
app.Listen(config.Cfg.Host + ":" + config.Cfg.Port) app.Listen(config.Cfg.Host + ":" + config.Cfg.Port)