From df1eaebfff61bc1cc8fe892a740f5d8f0a640324 Mon Sep 17 00:00:00 2001 From: Patrick Peng Sun Date: Tue, 30 May 2017 13:08:02 +1000 Subject: [PATCH] typo error and TODO --- main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.go b/main.go index 02b29d3..d06452d 100644 --- a/main.go +++ b/main.go @@ -10,10 +10,11 @@ import ( //PathsConfig all system available pathes type PathsConfig struct { - CRMAttachment string `json:"crm_attachmeng"` + CRMAttachment string `json:"crm_attachment"` Angular2App string `json:"angular2_app"` } +//TODO: setup GlobalPath Config, from reading file //GlobalPath all global pathes configurations var GlobalPath = PathsConfig{ "/tmp/",