From fca59661937b818d2f640f2b23cc2169c22edfa8 Mon Sep 17 00:00:00 2001 From: mattn Date: Tue, 10 May 2011 22:53:04 +0900 Subject: [PATCH] fix example --- example.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.go b/example.go index a0e5d07..73684d9 100644 --- a/example.go +++ b/example.go @@ -4,7 +4,7 @@ import ( "fmt" "flag" "github.com/kless/go-readin/readin" - "github.com/mattn/xmpp" + "github.com/mattn/go-xmpp" "log" "os" "strings"