Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yasu-s/go-gin-sample

Go + Gin Sample
https://github.com/yasu-s/go-gin-sample

docker gin golang swaggo vscode vscode-remote

Last synced: 8 days ago
JSON representation

Go + Gin Sample

Awesome Lists containing this project

README

        

# go-gin-sample

## Overview

Go + Gin + Swag Sample

## Usage

### Go run

```bash
go build
go run main.go
```

### swag

```bash
go build
swag init
```

## URL

- https://github.com/gin-gonic/gin
- https://github.com/swaggo/swag