traefik / mocktail

Naive code generator that creates mock implementation using testify.mock

Home Page:https://traefik.io/blog/mocktail-the-mock-generator-for-strongly-typed-mocks/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add install instructions

vidhill opened this issue · comments

I guessed that using go install does the trick but not sure if everyone would know offhand

$ go install github.com/traefik/mocktail@latest

If this is the recommended way of installing I can make a PR

I will add a section about that.