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: 3 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-25T15:21:35.000Z (over 1 year ago)
- Last Synced: 2025-01-16T17:59:35.986Z (4 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
[](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)