Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 323 Bytes

File metadata and controls

19 lines (17 loc) · 323 Bytes

This is a gin-gonic project

Prerequisite

  1. go 1.20
  2. gin 1.9.1

Getting Started

  1. Ensure that all modules are satisfied
    go mod tidy
  2. Download all of the modules in the dependency graph
    go mod download
  3. Run the project
    go run .