issadarkthing / gomu

golang TUI music player
GNU General Public License v2.0
159 stars 15 forks source link

Better config/new test for start.go #65

Closed mjholub closed 1 year ago

mjholub commented 1 year ago

I'd like to modify the way config is set up. By default the config file is hardcoded in start.go and the user has to copy it's contents instead of being able to launch the player instantly, which is not good. Also it should be more agnostic, for example by using os.UserHomeDir instead of "~".

But first of all I think test coverage should be increased before doing any major changes and I think this PR might be a good starting point.

issadarkthing commented 1 year ago

Hi, I've reviewed your PR and I like it. Feel free to continue contributing in this repository.