# gin-starter **Repository Path**: pancoJ/gin-starter ## Basic Information - **Project Name**: gin-starter - **Description**: No description available - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-10 - **Last Updated**: 2026-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Gin-Starter A fast http framework by gin, use dependency injection structure, not global variable. # RUN 1、cp development.yml.example development.yml 2、go run main.go api # BUILD 1、make build