From 29ff4c3ac90253c149c2f4a303c596117b30e2d8 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 3d93273..985e3bd 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