type handlerTest … var _ … func (h handlerTest) ServeHTTP(w http.ResponseWriter, r *http.Request) { … } func TestDownloadOpenAPISpec(t *testing.T) { … }
type handlerTest … var _ … func (h handlerTest) ServeHTTP(w http.ResponseWriter, r *http.Request) { … } func TestDownloadOpenAPISpec(t *testing.T) { … }