aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2022-07-22ref: Move the yt manager to the workerGabriel A. Giovanini
Simplify the worker/manager relationship. Now the worker is responsible for the managing the yt-dlp process as well. Also introduce chan to report back logs. That is an attempt to decouple things.
2022-06-13feat: Add poor implementation for the workerGabriel A. Giovanini
This is just me testing a bit how doworker works, while I learn of go/gin in the process.
2022-06-06Initial commitGabriel A. Giovanini