func handler()

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


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