From 11f024a8e793ce88db440e95bfa3cb767fae9b3c Mon Sep 17 00:00:00 2001 From: Sander van Harmelen Date: Mon, 17 Nov 2014 18:57:41 +0100 Subject: [PATCH] Removing obsolete struct tags --- builtin/providers/cloudflare/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builtin/providers/cloudflare/config.go b/builtin/providers/cloudflare/config.go index c1433ede27..4e4bb6d2f2 100644 --- a/builtin/providers/cloudflare/config.go +++ b/builtin/providers/cloudflare/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 cloudflare.