From 1209593c9fa46b2de57f7cbad9cb2faec2b08ebd Mon Sep 17 00:00:00 2001 From: Martin Dosch Date: Fri, 1 Feb 2019 19:55:06 +0100 Subject: [PATCH] Fixed a typo. How did this get there? --- feed-to-muc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feed-to-muc.go b/feed-to-muc.go index 8893fcd..4594ea8 100644 --- a/feed-to-muc.go +++ b/feed-to-muc.go @@ -13,7 +13,7 @@ import ( "time" "github.com/chilts/sid" - xmpp "github.com/mattn/go-xmpp" + "github.com/mattn/go-xmpp" ) // Variables defined globally as they are used by functions pingMUC