You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reader:=bufio.NewReader(os.Stdin)
fmt.Print("Do you want to add music? (If so, enter the full path of the folder with music, if not, press enter): ")
text, _:=reader.ReadString('\n')
fmt.Println(text)
Then, use the config-default.cfg if config.cfg doesn't exist. Ask user for the folder to populate with, and then save a config.cfg file.
The text was updated successfully, but these errors were encountered:
Using
Then, use the config-default.cfg if config.cfg doesn't exist. Ask user for the folder to populate with, and then save a config.cfg file.
The text was updated successfully, but these errors were encountered: