gin

gin

Gin is a high-performance HTTP web framework written in Go. It provides a Martini-like API but with

GOdevelopment
88,449 stars8,608 forksGo

Installation Guide

Complexity:Moderate

Prerequisites

  • Go installed
# Installation

```bash
git clone https://github.com/gin-gonic/gin.git
cd gin
```

See https://github.com/gin-gonic/gin for detailed instructions.

Quick Commands

git clone https://github.com/gin-gonic/gin.git