forked from chteufleur/go-xmpp
Fix EOF's package in overview doc.
This commit is contained in:
parent
38b727ed46
commit
c33950f532
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
for {
|
||||
stanza, err := X.Recv()
|
||||
if err == os.EOF {
|
||||
if err == io.EOF {
|
||||
break
|
||||
}
|
||||
log.Printf("%T : %v\n", stanza, stanza)
|
||||
|
|
|
|||
Loading…
Reference in New Issue