Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 375 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 375 Bytes

mocks_playground

Just a playground to play with various go mock libraries.

Usage

Execute 'make create name=name-of-your-project' to create your new project from the template. Default project contains:

  • simple code, which can be modified as you wish;
  • dummy Makefile with unified targets;
  • README.md with the description of mock library which you want to play with.