Removing obsolete struct tags

This commit is contained in:
Sander van Harmelen 2014-11-17 18:58:41 +01:00
parent cdee8c70ec
commit 4e94af3644
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 dnsimple.