func handler()

in tutorials/base/web/leeroy-app/app.go [23:25]


func handler(w http.ResponseWriter, r *http.Request) {
	fmt.Fprintf(w, "leeroooooy app!!\n")
}