This commit is contained in:
crusader 2017-09-19 17:39:47 +09:00
parent 8abac7b46a
commit 5c45b44c01
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,6 @@ import (
"context"
"time"
"git.loafle.net/commons_go/config"
"git.loafle.net/overflow/overflow_gateway_probe/conf"
ogw "git.loafle.net/overflow/overflow_gateway_websocket"
)

View File

@ -4,7 +4,6 @@ import (
"context"
"time"
"git.loafle.net/commons_go/config"
"git.loafle.net/overflow/overflow_gateway_probe/conf"
ogw "git.loafle.net/overflow/overflow_gateway_websocket"
)
@ -34,3 +33,5 @@ func NewProbeSocketHandler(ctx context.Context) ogw.SocketHandler {
return h
}