My cookiecutter project layout for a golang server application
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Drew Bednar 4829e3ddd7 quick read me update 2 months ago
cmd/appd More reorg and middleware 2 months ago
internal More reorg and middleware 2 months ago
.gitignore More reorg and middleware 2 months ago
README.md quick read me update 2 months ago
air.toml More reorg and middleware 2 months ago
go.mod More reorg and middleware 2 months ago
go.sum More reorg and middleware 2 months ago

README.md

cookiecutter-golang-server

My cookiecutter project layout for a golang server application. This is delivered as a git template.

Middleware

  • [] Access logging
  • [] CORS
  • [] Rate Limiting
  • [] Recovery (From Panic)
  • [] User Session