I am currently building an avatar generator with rjourde in Go. In the process of doing it I am learning about how to create images on the fly and display them in an html page. Here is what I found today: ObjectiveI want to have a simple web server, with two entry points: /blue and /red. This two entry points will display a blue or red image that will be created on the fly. var root = flag.String(