diff options
-rw-r--r-- | session.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -55,7 +55,6 @@ type Session struct { token string closed chan struct{} pings chan struct{} - timer *time.Timer store Store notice string |