summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
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)