Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 539 Bytes

README.md

File metadata and controls

50 lines (34 loc) · 539 Bytes

go-skeleton

A skeleton for go microservices

Motivation

Besides avoiding to copy it from the last microservice I've written, a friend asked how I'd do it. That's is how I'm doing it right now

Dependencies

make deps

Run

Local

go run main.go

Docker

docker run --rm -e ENV=dev -p8000:8000 go-skeleton

Build

Local

make build

Docker

docker build -t go-skeleton .

Test

make test

Licence

See LICENCE