Golang Project Structure Save

Golang Skeleton With Fully Managed Versions For Kick Start GoLang Project Development

Project README

Golang-Program-Structure

This is a Project structure for developers to kick-start their journey of developing golang project.

🙇 Application Requirement

  1. Install Go version - 1.19.2 via
  1. Once installed, Please check via below command
    go version

🛠️ Start the application locally

  1. Clone the repository

  2. Create an .env file at root directory of project and copy the keys from .env.example file and update its values

  3. Run go get . to install all the required dependencies

  4. From go-program-structure directory, open a terminal and run

    go run .
  1. If any error comes related to any dependency, then install dependency individually as like below command
    go get <URL of dependency>

Run Swagger

🌟 You are all set!

Open Source Agenda is not affiliated with "Golang Project Structure" Project. README Source: Mindinventory/Golang-Project-Structure

Open Source Agenda Badge

Open Source Agenda Rating