Removing obsolete struct tags

This commit is contained in:
Sander van Harmelen 2014-11-17 18:57:41 +01:00
parent a270bc9771
commit 11f024a8e7
1 changed files with 2 additions and 2 deletions

View File

@ -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.