MCPcopy Create free account
hub / github.com/cloudnativedevops/demo / handler

Function handler

hello-cloudbuild/main.go:9–11  ·  view source on GitHub ↗
(w http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

7)
8
9func handler(w http.ResponseWriter, r *http.Request) {
10 fmt.Fprintln(w, "Hello, 世界")
11}
12
13func main() {
14 http.HandleFunc("/", handler)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected