Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 343 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 343 Bytes

Go Skeleton mid size project

A suggestion of the initial structure of a mid size project

Run

Local

go run main.go

Docker

docker build -t go-skeleton-mid .
docker run --rm -e ENV=dev -p8000:8000 go-skeleton-mid

Build

Local

go build cmd/app/main.go

Test

make test