diff options
| author | Nikolaus Gotsche <n@softwarefools.com> | 2018-09-10 04:59:43 +0200 |
|---|---|---|
| committer | Nikolaus Gotsche <n@softwarefools.com> | 2018-09-10 04:59:43 +0200 |
| commit | fd4a4409ee8e6b772db30611e968778b68eca0d6 (patch) | |
| tree | 8f14136fcbb5d7f5b3c94e80bf64ed7230bd7d51 /config.go | |
| parent | 3b4bc634700694a4d84a23f6b6700a5484065736 (diff) | |
Beautify output
Diffstat (limited to 'config.go')
| -rw-r--r-- | config.go | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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) |
