(w http.ResponseWriter, r *http.Request)
| 1105 | } |
| 1106 | |
| 1107 | func testHttpHandlerMetaSubdir(w http.ResponseWriter, r *http.Request) { |
| 1108 | w.Write([]byte(fmt.Sprintf(testHttpMetaStr, testModuleURL("basic//subdir").String()))) |
| 1109 | } |
| 1110 | |
| 1111 | func testHttpHandlerMetaSubdirGlob(w http.ResponseWriter, r *http.Request) { |
| 1112 | w.Write([]byte(fmt.Sprintf(testHttpMetaStr, testModuleURL("basic//sub*").String()))) |
nothing calls this directly
no test coverage detected