Hi. This looks nice. I read the code and saw one small improvement
var colorMap = map[color]string
Couldn’t this really be an slice instead? It would be slightly faster.
Hi. This looks nice. I read the code and saw one small improvement
var colorMap = map[color]string
Couldn’t this really be an slice instead? It would be slightly faster.