api/internal/worker/worker.go
2024-09-25 19:56:34 +01:00

5 lines
64 B
Go

package worker
func StartWorkers() {
go StartLastFMWorker()
}