Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 603 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 603 Bytes

Basic template for Go projects

What it uses

This template project utilizes Air for live-reloading during development.

Requirements

To use this template, you need to have Docker installed on your machine.

How to use

To get started with this template, follow these steps:

  1. Use this template to create a new repository.
  2. Clone the repository to your machine.
  3. Change the go.mod file to match your project's name.
  4. Run cp .env.example .env to create a new .env file.
  5. Run docker-compose up to start the development server.

Happy coding!