https://github.com/jetsly/mockgo
https://github.com/jetsly/mockgo
api go mock
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jetsly/mockgo
- Owner: Jetsly
- Created: 2017-09-08T08:04:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-12T02:01:13.000Z (almost 9 years ago)
- Last Synced: 2025-02-10T18:11:23.697Z (over 1 year ago)
- Topics: api, go, mock
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## mockgo
[](http://opensource.org/licenses/MIT)
----
a rest mock api server
## Getting started
### Build
```bash
$ make build
```
### Run
```bash
$ make run
```
## License
[MIT](https://tldrlegal.com/license/mit-license)