GO RESIK

  • Go boilerplate with clean architecture

Deps

Tools

Structure

  • app
    • <app_name>
      • delivery
      • repository
      • service
  • common
  • domain
  • helper
  • logger

How to

  1. Copy .env.example to .env and adjust the variables
  2. Start the app
    • Run

        make run
    • Build

        make build
    • Build and Run

        make build.run

Reff