mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-01 02:12:42 +02:00
golang minor changes cleanup.
This commit is contained in:
parent
609b3f0927
commit
46b8c9f42d
7 changed files with 18 additions and 24 deletions
|
@ -1,8 +1,6 @@
|
|||
package session
|
||||
|
||||
import (
|
||||
"sync"
|
||||
|
||||
"github.com/rs/zerolog"
|
||||
"n.eko.moe/neko/internal/types"
|
||||
"n.eko.moe/neko/internal/types/event"
|
||||
|
@ -19,7 +17,6 @@ type Session struct {
|
|||
manager *SessionManager
|
||||
socket types.WebSocket
|
||||
peer types.Peer
|
||||
mu sync.Mutex
|
||||
}
|
||||
|
||||
func (session *Session) ID() string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue