func hello()

in pack/example/main.go [16:18]


func hello(w http.ResponseWriter, r *http.Request) {
	fmt.Fprintf(w, "Hello, World!")
}