Skip to content

AntonParaskiv/mockGen

Repository files navigation

Mock generator

It generates the mock implementing the interface, which can be used during development and testing

Installation

Use go get to install and update:

$ go get -u github.com/AntonParaskiv/mockGen/...

Usage

From the commandline, mockGen can generate Mock-package for Interface-package. It creates a directory with a mock in the same parent directory with an interface.

$ mockGen INTERFACE_PACKAGE_PATH

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages