summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
authorNikolaus Gotsche <n@softwarefools.com>2018-09-10 04:59:43 +0200
committerNikolaus Gotsche <n@softwarefools.com>2018-09-10 04:59:43 +0200
commitfd4a4409ee8e6b772db30611e968778b68eca0d6 (patch)
tree8f14136fcbb5d7f5b3c94e80bf64ed7230bd7d51 /config.go
parent3b4bc634700694a4d84a23f6b6700a5484065736 (diff)
Beautify output
Diffstat (limited to 'config.go')
-rw-r--r--config.go6
1 files changed, 1 insertions, 5 deletions
diff --git a/config.go b/config.go
index e03a196..abbc78b 100644
--- a/config.go
+++ b/config.go
@@ -74,13 +74,9 @@ func makeNewTOML(gibts bool) {
fmt.Println("Editing Configuration File\nPress [Enter] to keep the Current setting")
}else{
fmt.Println("Making new Configuration File")
-
- //arr := []string{"", "", ""}
- //ma0 := MailAccount{"","","",0,"",""}
- //mm0 := MassMail{"","","",arr,""}
//Examplenames Coming soon
n := ""
- config = Config{"mytimes.db",n,n,n,n,n,n,n,n,n,n,n,n,n,n,n}
+ config = Config{".mytimes.db",n,n,n,n,n,n,n,n,n,n,n,n,n,n,n}
}
//fmt.Println("Whats Your Namecount\n")
database := getNewInput("DB File Path: ",config.Database)