(w http.ResponseWriter, r *http.Request)
| 39 | } |
| 40 | |
| 41 | func wrongHandler(w http.ResponseWriter, r *http.Request) { |
| 42 | // func (t *Template) ExecuteTemplate(wr io.Writer, name string, data interface{}) error |
| 43 | tpl.ExecuteTemplate(w, "wrong.html", g) |
| 44 | } |
nothing calls this directly
no outgoing calls
no test coverage detected