func homeHandler(w http.ResponseWriter, req *http.Request) { w.Header().Set("Content-Type", "text/html") var text = `
` w.Write([]byte(text)) }