Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anerishah2610/gin-gonic

Test gin-gonic framework with different scenarios.
https://github.com/anerishah2610/gin-gonic

dockerfile gin-gonic golang gqlgen subscriptions

Last synced: 29 days ago
JSON representation

Test gin-gonic framework with different scenarios.

Awesome Lists containing this project

README

        

# Examples related to gin-gonic framework

### PreRequired steps:
1. Install Golang from [Golang](https://golang.org/dl/) (`Go 1.11+` required)
2. Set `GOPATH` and `GOROOT`. For more details [Doc1](https://github.com/golang/go/wiki/SettingGOPATH) or [Doc2](https://blog.learngoprogramming.com/what-are-goroot-and-gopath-1231b084723f)
3. [Install Glide](https://github.com/Masterminds/glide)