Comments on: Reminder: set the “content-type” on your web program https://github.blairmacintyre.me/site-archive/mrdesignclass2012/2012/01/26/reminder-set-the-content-type-on-your-web-program/ A site for the MR Design class at Georgia Tech Mon, 30 Jan 2012 18:18:36 +0000 hourly 1 https://wordpress.org/?v=5.2.2 By: dustin https://github.blairmacintyre.me/site-archive/mrdesignclass2012/2012/01/26/reminder-set-the-content-type-on-your-web-program/#comment-16 Mon, 30 Jan 2012 18:18:36 +0000 https://github.blairmacintyre.me/site-archive/mrdesignclass2012/?p=317#comment-16 For those wanting to try Google Go, the equivalent code is:
w.Header().Set(“Content-type”, “application/vnd.google-earth.kml+xml”)

where w is the name of your http.ResponseWriter.

]]>