Sebastian Mark
bcda687c5e
- update comments
- move `Done` variable to vars.go
- move `Connected()` method
🤖
4 lines
71 B
Go
4 lines
71 B
Go
package websocket
|
|
|
|
// Websocket closure
|
|
var Done = make(chan struct{})
|