Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marcnuri-demo/gin-gonic-httptest

Simple application to demonstrate the use of the Gin Web Framework.
https://github.com/marcnuri-demo/gin-gonic-httptest

gin gin-framework gin-gonic go golang httptest

Last synced: about 3 hours ago
JSON representation

Simple application to demonstrate the use of the Gin Web Framework.

Awesome Lists containing this project

README

        

# Gin Web Framework sample application
[![GitHub license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/marcnuri-demo/gin-gonic-httptest/blob/main/LICENSE)

Simple application to demonstrate the use of the Gin Web Framework.

This repository contains the source code for the following articles:

- [Testing Go Gin Web Framework REST APIs with httptest](https://blog.marcnuri.com/go-testing-gin-gonic-with-httptest)
- [Pruebas unitarias para APIs REST basadas en Go Gin Web Framework con httptest](https://blog.marcnuri.com/go-testing-gin-gonic-with-httptest-es)