rebrand changed startup message, built script and Dockerfile

This commit is contained in:
yusing
2024-11-04 03:47:37 +08:00
parent 99e43fe340
commit 5fdb171d65
5 changed files with 10 additions and 10 deletions

View File

@@ -62,7 +62,7 @@ func main() {
}
if args.Command == common.CommandStart {
logging.Info().Msgf("go-proxy version %s", pkg.GetVersion())
logging.Info().Msgf("GoDoxy version %s", pkg.GetVersion())
logging.Trace().Msg("trace enabled")
// logging.AddHook(notif.GetDispatcher())
} else {