Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 399 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 399 Bytes

go-skeleton

A skeleton/boilerplate for a go web service

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