去掉servicetype

This commit is contained in:
boyce
2019-02-21 10:24:18 +08:00
parent d61d17efbc
commit 0095f517de
3 changed files with 4 additions and 11 deletions

View File

@@ -61,7 +61,7 @@ func NewHttpServerService(port uint16) *HttpServerService {
http := new(HttpServerService)
http.port = port
http.Init(http, 0)
http.Init(http)
return http
}