Skip to content

Commit 11f024a

Browse files
author
Sander van Harmelen
committed
Removing obsolete struct tags
1 parent a270bc9 commit 11f024a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

builtin/providers/cloudflare/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88
)
99

1010
type Config struct {
11-
Email string `mapstructure:"email"`
12-
Token string `mapstructure:"token"`
11+
Email string
12+
Token string
1313
}
1414

1515
// Client() returns a new client for accessing cloudflare.

0 commit comments

Comments
 (0)