devgianlu / go-librespot

Yet another open source Spotify client, written in Go.
GNU General Public License v3.0
53 stars 7 forks source link

refactor: Separate some app logic into package `session` #6

Closed devgianlu closed 9 months ago

devgianlu commented 9 months ago

This is a good start in refactoring the daemon app by separating the code into different packages.