MCPcopy Index your code
hub / github.com/derekbanas/Go-Tutorial / spanishHandler

Function spanishHandler

webapp/webapp.go:41–44  ·  view source on GitHub ↗
(writer http.ResponseWriter,
	request *http.Request)

Source from the content-addressed store, hash-verified

39}
40
41func spanishHandler(writer http.ResponseWriter,
42 request *http.Request) {
43 write(writer, "Hola Internet")
44}
45
46func frenchHandler(writer http.ResponseWriter,
47 request *http.Request) {

Callers

nothing calls this directly

Calls 1

writeFunction · 0.85

Tested by

no test coverage detected