From 586ced4e84a5831cef9870194ee2f94efa026492 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 7 Dec 2015 11:49:49 +0100 Subject: Alternative config format --- cmd/acme/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd/acme/config.go') diff --git a/cmd/acme/config.go b/cmd/acme/config.go index b4d09ad..46305d6 100644 --- a/cmd/acme/config.go +++ b/cmd/acme/config.go @@ -8,14 +8,14 @@ import ( type Config struct { Account []Account + Want []Want + Hook []Hook } type Account struct { Mail string Key string Provider string - Want []Want - Hook []Hook } type Want struct { -- cgit v1.2.3