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 depsgo run main.godocker run --rm -e ENV=dev -p8000:8000 go-skeletonmake builddocker build -t go-skeleton .make testSee LICENCE