From 95bd2f6548576de98b8d33b088529d1373bd2796 Mon Sep 17 00:00:00 2001 From: Sumner Evans Date: Fri, 21 Oct 2022 18:01:18 -0500 Subject: [PATCH] make the linter happy Signed-off-by: Sumner Evans --- groupmeext/subscription.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groupmeext/subscription.go b/groupmeext/subscription.go index 03e6dd8..4bcf5df 100644 --- a/groupmeext/subscription.go +++ b/groupmeext/subscription.go @@ -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) {}