Merge branch 'master' into pgsqlDevelop

# Conflicts:
#	server/core/server_other.go
This commit is contained in:
蒋吉兆
2021-11-19 22:25:12 +08:00
4 changed files with 6 additions and 3 deletions

View File

@@ -4,9 +4,10 @@
package core
import (
"time"
"github.com/fvbock/endless"
"github.com/gin-gonic/gin"
"time"
)
func initServer(address string, router *gin.Engine) server {