ing
This commit is contained in:
parent
147477117c
commit
36cab4575a
|
@ -3,7 +3,6 @@ package server
|
|||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"log"
|
||||
"net"
|
||||
|
||||
"git.loafle.net/commons_go/logging"
|
||||
|
@ -41,7 +40,6 @@ func (sh *ServerHandlers) OnConnect(conn net.Conn) (net.Conn, error) {
|
|||
}
|
||||
|
||||
func (sh *ServerHandlers) Handle(conn net.Conn, stopChan <-chan struct{}, doneChan chan<- struct{}) {
|
||||
log.Printf("Server.Handle")
|
||||
}
|
||||
|
||||
func (sh *ServerHandlers) OnError(status int, reason error) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user