Skip to content

Dalot/go-skeleton-mid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published