mandelbrot-goroutines This small project is an attempt at optimizing a mandelbrot plotter using chunking and goroutines as a means of parallelism Building and running Build with go build -o ./bin/mandelbrot ./cmd/main.go Run with ./bin/mandelbrot