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

https://github.com/3n0ugh/simple-crud-api

Simple CRUD API sample for blog.
https://github.com/3n0ugh/simple-crud-api

httptest test

Last synced: about 1 year ago
JSON representation

Simple CRUD API sample for blog.

Awesome Lists containing this project

README

          

# simple-crud-api
Simple CRUD API sample for [blog](https://medium.com/@3n0ugh/test-http-handlers-in-go-97dc01d05c3e).

Run all tests:
```bash
go test ./.. -v
```