Beispiel #1
0
func main() {

	color.Yellow("Job Worker Client")

	jobworker.Run()

}
func TesTRunningMainLoop(t *testing.T) {

	jobworker.Run()

}