(w http.ResponseWriter, r *http.Request)
| 12 | ) |
| 13 | |
| 14 | func handler(w http.ResponseWriter, r *http.Request) { |
| 15 | w.Write([]byte("WORLD!")) |
| 16 | } |
| 17 | |
| 18 | func handlerFoo(w http.ResponseWriter, r *http.Request) { |
| 19 | time.Sleep(time.Second) |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…