From ed0999bced00dc5c83046899eba5af03c31637ca Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Fri, 1 Apr 2016 09:57:16 +0800 Subject: [PATCH] fix format. Signed-off-by: Bo-Yi Wu --- gorush/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gorush/config.go b/gorush/config.go index f56117c..9ea2fee 100644 --- a/gorush/config.go +++ b/gorush/config.go @@ -16,7 +16,7 @@ type ConfYaml struct { type SectionCore struct { Port string `yaml:"port"` NotificationMax int `yaml:"notification_max"` - Mode string `yaml:"mode"` + Mode string `yaml:"mode"` SSL bool `yaml:"ssl"` CertPath string `yaml:"cert_path"` KeyPath string `yaml:"key_path"`