This commit is contained in:
Steven Polley 2018-09-27 22:56:31 -06:00
parent 2f2e272347
commit 93d0a51230
1 changed files with 1 additions and 1 deletions

View File

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