5 lines
64 B
Go
5 lines
64 B
Go
package worker
|
|
|
|
func StartWorkers() {
|
|
go StartLastFMWorker()
|
|
}
|