An open API service indexing awesome lists of open source software.

https://github.com/furui/gofaced

Go package interface generator
https://github.com/furui/gofaced

generator go golang interface interfaces mocks package structs testing tests

Last synced: 11 months ago
JSON representation

Go package interface generator

Awesome Lists containing this project

README

          

# gofaced - package interface generator

Gofaced generates interfaces from public exports of structs in a package.

### Download and install

`go get github.com/furui/gofaced`

### Run

Either run `gofaced` in package directory or specify package directory as command line argument.