From 8ad1309e3e83ef077555128657955bcf84090b7b Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Tue, 31 Jan 2023 10:23:38 +0100 Subject: [PATCH] doc: add link to the article about Mocktail --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 02fde4b..4ebe006 100644 --- a/readme.md +++ b/readme.md @@ -12,6 +12,8 @@ Naive code generator that creates mock implementation using `testify.mock`. Unlike [mockery](https://github.com/vektra/mockery), Mocktail generates typed methods on mocks. +For an explanation of why we created Mocktail, you can read [this article](https://traefik.io/blog/mocktail-the-mock-generator-for-strongly-typed-mocks/). + ## How to use - Create a file named `mock_test.go` inside the package that you can to create mocks.