Skip to content

AndersonQ/go-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

A skeleton for go microservices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published