Rename options -> config

This commit is contained in:
Mickael Remond 2018-09-26 16:27:37 +02:00
parent fa5590e921
commit f70e2ca9a7
No known key found for this signature in database
GPG key ID: E6F6045D79965AA3

View file

@ -2,7 +2,7 @@ package xmpp // import "fluux.io/xmpp"
import "os"
type Options struct {
type Config struct {
Address string
Jid string
parsedJid *Jid // For easier manipulation