↓ 1 callersFunctioncalcMandelbrot(width, height, maxiter uint, palette [][3]byte, image []byte, cy float64, done chan bool)
lesson7/mandelbrot/go-parallel-complex/mandelbrot.go:29
↓ 1 callersFunctioncalcMandelbrot(width, height, maxiter uint, palette [][3]byte, image []byte, cy float64)
lesson7/mandelbrot/go-linewise/mandelbrot.go:29
↓ 1 callersFunctioncalcMandelbrot(width, height, maxiter uint, palette [][3]byte, image []byte, cy float64, done chan bool)
lesson7/mandelbrot/go-parallel/mandelbrot.go:29