Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/marcnuri-demo/gin-gonic-httptest
- Owner: marcnuri-demo
- License: apache-2.0
- Created: 2023-10-21T06:04:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-25T15:21:35.000Z (about 1 year ago)
- Last Synced: 2024-06-21T06:29:51.836Z (5 months ago)
- Topics: gin, gin-framework, gin-gonic, go, golang, httptest
- Language: Go
- Homepage: https://blog.marcnuri.com
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)