From 6394e386c2a88c3b376cd422a7b7ce5ae7534984 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 9 Jan 2018 20:39:00 -0500 Subject: Initial pass on worker/UI message passing --- config/config.go | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'config') diff --git a/config/config.go b/config/config.go index b620258..6a420fa 100644 --- a/config/config.go +++ b/config/config.go @@ -20,11 +20,10 @@ type UIConfig struct { } type AccountConfig struct { - ConfigPath string - Name string - Source string - Folders []string - Params map[string]string + Name string + Source string + Folders []string + Params map[string]string } type AercConfig struct { -- cgit v1.2.3