func HelloWorld()

in sample-functions-framework-go/hello.go [8:10]


func HelloWorld(w http.ResponseWriter, r *http.Request) {
	fmt.Fprint(w, "hello, world")
}