Update server.go

This commit is contained in:
Jason
2019-08-19 13:42:04 +08:00
parent da32caa5d1
commit c8c61b4b5e

View File

@@ -18,8 +18,6 @@ import (
const maxCompletedSessions = 100
var (
ServeAddr = "localhost:6001"
type Server struct {
sync.Mutex
*http.Server