Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jhsc/gin-skeleton

Gin Skeleton
https://github.com/jhsc/gin-skeleton

gin golang skeleton

Last synced: 4 days ago
JSON representation

Gin Skeleton

Awesome Lists containing this project

README

        

# Service
Gin Skeleton
Cool Description.

## Development

### Requirements
- Install [Go](https://golang.org)
- Install [go dep](https://github.com/golang/dep)

### Makefile
```sh
// Build binary
make build

// Run linters
make lint

// Run tests
make test

// Clean build folder
make clean

// Download dependencies
make dep

// Display help menu
make help

// Build Docker image
make docker-build

// Push Docker image
make docker-push
```