Multithreaded program for generating greyscale Mandelbrot set image written in Golang.
Download executable from builds and run. This will generate standard 1920*1080 1000 epoch png image.
mandelbrot -width=1920 -height=1080 -epoch=1000 -fileName="Mandelbrot"