aboutsummaryrefslogtreecommitdiff
path: root/content/docs/programming-resources/web-development/backend/http-frameworks/gin.md
blob: fe1367872056d18dc1208e8fb9fa476ba97bd083 (plain)
1
2
3
4
5
6
7
8
9
---
title: Gin
description: My favourite web framework for GoLang
weight: 1
---

Go is my favourite programming language, and whenever I want to write a web server in Go, [Gin](https://github.com/gin-gonic/gin) is what I use!

- Gin Documentation: [Official Documentation](https://github.com/gin-gonic/gin#README)