add more log

This commit is contained in:
fatedier
2017-03-12 02:03:24 +08:00
parent b02e1007fb
commit a1023fdfc2
9 changed files with 115 additions and 61 deletions

View File

@ -29,4 +29,5 @@ type Conn interface {
type Listener interface {
Accept() (Conn, error)
Close() error
log.Logger
}