MCPcopy Create free account
hub / github.com/GrowAdept/youtube / wrongHandler

Function wrongHandler

gowebdev/tmpRange3/main.go:41–44  ·  view source on GitHub ↗
(w http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

39}
40
41func 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected