Skip to content

AndersonQ/go-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c4a3ebf · May 29, 2020

History

26 Commits
Oct 10, 2019
Oct 28, 2019
Oct 10, 2019
Nov 3, 2019
Oct 4, 2019
Oct 4, 2019
May 8, 2019
Oct 4, 2019
Oct 4, 2019
Oct 19, 2019
Oct 19, 2019
May 29, 2020

Repository files navigation

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