From 4e94af3644947f775810c4e4fb8000e105c44554 Mon Sep 17 00:00:00 2001 From: Sander van Harmelen Date: Mon, 17 Nov 2014 18:58:41 +0100 Subject: [PATCH] Removing obsolete struct tags --- builtin/providers/dnsimple/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builtin/providers/dnsimple/config.go b/builtin/providers/dnsimple/config.go index 6501a7c9da..e8843277db 100644 --- a/builtin/providers/dnsimple/config.go +++ b/builtin/providers/dnsimple/config.go @@ -8,8 +8,8 @@ import ( ) type Config struct { - Email string `mapstructure:"email"` - Token string `mapstructure:"token"` + Email string + Token string } // Client() returns a new client for accessing dnsimple.