Skip to content

y0za/interfake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

interfake

interfake generates fake implementation code of Go interface. It's useful for testing some functions depending interface.

Installation

go get -u github.com/y0za/interfake

To Be Implemented

The following features are not yet supported.

  • multiple interfaces of --target option
  • embedded interface
  • variadic function
  • import package with .

License

MIT License

About

Golang cli tool for generating fake interface implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages