(w http.ResponseWriter, r *http.Request)
| 152 | } |
| 153 | |
| 154 | func echoReadAllWritePreparedMessage(w http.ResponseWriter, r *http.Request) { |
| 155 | echoReadAll(w, r, true, true) |
| 156 | } |
| 157 | |
| 158 | func serveHome(w http.ResponseWriter, r *http.Request) { |
| 159 | if r.URL.Path != "/" { |
nothing calls this directly
no test coverage detected