go-skeleton
go-skeleton copied to clipboard
A skeleton for go microservices
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