Improves documentation of stanza package

This commit is contained in:
Mickael Remond 2019-06-29 14:40:35 +02:00
parent 91c562200d
commit 6165232d7a
No known key found for this signature in database
GPG key ID: E6F6045D79965AA3
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,6 @@
# XMPP Stanza # XMPP Stanza
XMPP `stanza` package is use to parse, marshall and and unmarshal XMPP stanzas and nonzas. XMPP `stanza` package is used to parse, marshall and unmarshal XMPP stanzas and nonzas.
## Stanza creation ## Stanza creation

4
stanza/doc.go Normal file
View file

@ -0,0 +1,4 @@
/*
XMPP stanza package is used to parse, marshall and unmarshal XMPP stanzas and nonzas.
*/
package stanza