mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 10:10:08 -08:00
move to channel-based logging
This commit is contained in:
parent
77d053ccac
commit
e15f47c766
9 changed files with 80 additions and 71 deletions
|
|
@ -7,12 +7,6 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
// debugging flags
|
||||
DEBUG_NET = false
|
||||
DEBUG_CLIENT = false
|
||||
DEBUG_CHANNEL = false
|
||||
DEBUG_SERVER = false
|
||||
|
||||
// errors
|
||||
ErrAlreadyDestroyed = errors.New("already destroyed")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue