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
- Host: GitHub
- URL: https://github.com/furui/gofaced
- Owner: furui
- License: apache-2.0
- Created: 2018-07-17T05:54:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-05T22:28:39.000Z (about 6 years ago)
- Last Synced: 2023-03-21T11:05:27.069Z (almost 3 years ago)
- Topics: generator, go, golang, interface, interfaces, mocks, package, structs, testing, tests
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.