func main() { color.Yellow("Job Worker Client") jobworker.Run() }
func TesTRunningMainLoop(t *testing.T) { jobworker.Run() }