make the linter happy

Signed-off-by: Sumner Evans <sumner@beeper.com>
This commit is contained in:
Sumner Evans 2022-10-21 18:01:18 -05:00
parent 88615a43e1
commit 95bd2f6548
No known key found for this signature in database
GPG Key ID: 8904527AB50022FD

View File

@ -40,7 +40,7 @@ func (fc FayeClient) WaitSubscribe(channel string, msgChannel chan groupme.PushM
}()
}
//for authentication, specific implementation will vary based on faye library
// for authentication, specific implementation will vary based on faye library
type AuthExt struct{}
func (a *AuthExt) In(wray.Message) {}