I\'m sure this is just something dumb I\'m doing, but I\'m new to Go, so not sure what\'s going on here. I have the following basic setup.
requestHandler :=
You need to add a header with the Content-Type
w.Header().Set("Content-Type", "text/html")