Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yasu-s/go-gin-sample
- Owner: yasu-s
- License: mit
- Created: 2020-05-14T00:01:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T00:49:48.000Z (over 4 years ago)
- Last Synced: 2024-10-29T22:08:28.972Z (about 2 months ago)
- Topics: docker, gin, golang, swaggo, vscode, vscode-remote
- Language: Dockerfile
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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