MCPcopy
hub / github.com/d4l3k/go-pry / main

Function main

example/goroutine/main.go:12–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10)
11
12func main() {
13 w := 6
14
15 http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
16 b := "toast"
17 fmt.Fprintf(w, "Hello, %q", html.EscapeString(r.URL.Path))
18 pry.Pry()
19 _ = b
20 })
21
22 pry.Pry()
23
24 log.Fatal(http.ListenAndServe(":8080", nil))
25 _ = w
26}

Callers

nothing calls this directly

Calls 1

PryFunction · 0.92

Tested by

no test coverage detected