aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.go9
1 files changed, 4 insertions, 5 deletions
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 {