A skeleton for go microservices
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
make deps
go run main.go
docker run --rm -e ENV=dev -p8000:8000 go-skeleton
make build
docker build -t go-skeleton .
make test
See LICENCE