This commit is contained in:
Steven Polley 2018-09-27 22:56:31 -06:00
parent 2f2e272347
commit 93d0a51230

View File

@ -46,7 +46,7 @@ func main() {
} }
colorStep := float64(Iterations) colorStep := float64(Iterations)
colors = interpolateColors("Vivid", colorStep) colors = interpolateColors("Hippi", colorStep)
log.Fatal(http.ListenAndServe(":6161", nil)) log.Fatal(http.ListenAndServe(":6161", nil))
} }