From 549fc0a03609c014380519e17c15a0863197acd7 Mon Sep 17 00:00:00 2001 From: XuanDai Date: Sat, 15 May 2021 00:35:51 +0800 Subject: [PATCH] =?UTF-8?q?[ADD]=E5=A2=9E=E5=8A=A0=E5=90=88=E4=BD=9C?= =?UTF-8?q?=E9=82=AE=E7=AE=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/server.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/server.go b/core/server.go index db07471..db72987 100644 --- a/core/server.go +++ b/core/server.go @@ -33,6 +33,7 @@ func RunWindowsServer() { 微信公众号: 编程者联盟 默认自动化文档地址: http://127.0.0.1%s/swagger/index.html 默认前端文件运行地址: http://127.0.0.1:8080 + 合作邮箱:xdorg1268@163.com `, address) global.GVA_LOG.Error(s.ListenAndServe().Error()) } -- GitLab