(w http.ResponseWriter, r *http.Request)
| 11 | ) |
| 12 | |
| 13 | func handler(w http.ResponseWriter, r *http.Request) { |
| 14 | w.Write([]byte("WORLD!")) |
| 15 | } |
| 16 | |
| 17 | func preSigUsr1() { |
| 18 | log.Println("pre SIGUSR1") |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…