Skip to content

Boilerplate for a microservice written in Go

Notifications You must be signed in to change notification settings

kostaspt/go-tiny

Repository files navigation

Tiny

Boilerplate for microservice written in Go.

How to build docker image

$ docker build --build-arg VERSION=$(git describe --tags --always) --build-arg SQL_ADDR=sql:5432 --build-arg SERVER_PORT=4000 -t tiny:latest .

About

Boilerplate for a microservice written in Go

Resources

Stars

Watchers

Forks

Packages

No packages published