From f70e2ca9a713c1aa9d9415c7b1eb6d064f729d48 Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Wed, 26 Sep 2018 16:27:37 +0200 Subject: [PATCH] Rename options -> config --- options.go => config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename options.go => config.go (95%) diff --git a/options.go b/config.go similarity index 95% rename from options.go rename to config.go index 2ae548a..21dc262 100644 --- a/options.go +++ b/config.go @@ -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