func handler()

in tutorials/profiles/web-profiles/leeroy-app-profiles/app.go [24:26]


func handler(w http.ResponseWriter, r *http.Request) {
	fmt.Fprintf(w, "leeroooooy app running in target: %s!!\n", os.Getenv("TARGET"))
}