(w http.ResponseWriter, r *http.Request)
| 21 | } |
| 22 | |
| 23 | func handlerBar(w http.ResponseWriter, r *http.Request) { |
| 24 | w.Write([]byte("FOO")) |
| 25 | } |
| 26 | |
| 27 | func main() { |
| 28 | mux1 := mux.NewRouter() |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…