type handlerTest … var _ … func (h handlerTest) ServeHTTP(w http.ResponseWriter, r *http.Request) { … } type handlerDeprecatedTest … var _ … func (h handlerDeprecatedTest) ServeHTTP(w http.ResponseWriter, r *http.Request) { … } func assertDownloadedSpec(actualSpec *spec.Swagger, actualEtag string, err error, expectedSpecID string, expectedEtag string) error { … } func TestDownloadOpenAPISpec(t *testing.T) { … }