From 1a9b299d5be74d1ef8e9c340fd6b3ab4fa3decac Mon Sep 17 00:00:00 2001 From: CesarCueva <74628190+CesarCueva@users.noreply.github.com> Date: Thu, 7 Oct 2021 00:58:19 -0500 Subject: [PATCH] adding my colaboration for this callenge (#3781) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 03adb5ec..ce045d0e 100644 --- a/README.md +++ b/README.md @@ -1988,6 +1988,7 @@ _**Unofficial** set of patterns for structuring projects._ * [hoverfly](https://github.com/SpectoLabs/hoverfly) - HTTP(S) proxy for recording and simulating REST/SOAP APIs with extensible middleware and easy-to-use CLI. * [httpmock](https://github.com/jarcoal/httpmock) - Easy mocking of HTTP responses from external resources. * [minimock](https://github.com/gojuno/minimock) - Mock generator for Go interfaces. + * [mockery](https://github.com/vektra/mockery) - Tool to generate Go interfaces. * [mockhttp](https://github.com/tv42/mockhttp) - Mock object for Go http.ResponseWriter. * [mockit](https://github.com/pasdam/mockit) - Allows functions and method easy mocking, without defining new types; it's similar to Mockito for Java. * [timex](https://github.com/cabify/timex) - A test-friendly replacement for the native `time` package.