This commit is contained in:
crusader 2017-11-14 12:57:42 +09:00
parent a039ce356a
commit 0b34a62e25
2 changed files with 11 additions and 2 deletions

9
glide.yaml Normal file
View File

@ -0,0 +1,9 @@
package: git.loafle.net/overflow/overflow_gateway_webapp
import:
- package: git.loafle.net/commons_go/logging
- package: git.loafle.net/commons_go/websocket_fasthttp
subpackages:
- server
- package: git.loafle.net/overflow/overflow_gateway_websocket
subpackages:
- server

View File

@ -1,11 +1,11 @@
package server
import (
cwfs "git.loafle.net/commons_go/websocket_fasthttp/server"
oofws "git.loafle.net/overflow/overflow_gateway_websocket/server"
)
type ServerHandlers struct {
cwfs.ServerHandlers
oofws.ServerHandlers
}
// Init invoked before the server is started