mirror of
https://github.com/m1k1o/neko.git
synced 2025-07-30 23:09:01 +02:00
remove unused package.
This commit is contained in:
parent
95ce0063ec
commit
1e3abf51af
1 changed files with 0 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
|||
package session
|
||||
|
||||
import (
|
||||
"sync"
|
||||
|
||||
"github.com/rs/zerolog"
|
||||
"demodesk/neko/internal/types"
|
||||
"demodesk/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