add stderr redirection, add logo

This commit is contained in:
Aynakeya
2022-07-15 16:30:50 -07:00
parent 8f2b975455
commit 24457e0acd
19 changed files with 102 additions and 117 deletions

View File

@@ -6,7 +6,7 @@ import (
)
func TestCreate(t *testing.T) {
fmt.Println(SaveToConfigFile(CONFIG_PATH))
fmt.Println(SaveToConfigFile(ConfigPath))
}
func TestLoad(t *testing.T) {