aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/acme/config.go9
1 files changed, 4 insertions, 5 deletions
diff --git a/cmd/acme/config.go b/cmd/acme/config.go
index 32a4451..4a43e6d 100644
--- a/cmd/acme/config.go
+++ b/cmd/acme/config.go
@@ -25,11 +25,10 @@ type Config struct {
}
type account struct {
- Mail string
- Phone string
- KeySize int
- Key string
- registered bool
+ Mail string
+ Phone string
+ KeySize int
+ Key string
}
type desire struct {