# gin_base **Repository Path**: dreamplay/gin_base ## Basic Information - **Project Name**: gin_base - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-21 - **Last Updated**: 2025-07-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gin_base #### 介绍 gin开发基础框架 #### 安装 ``` go mod tidy ``` #### 运行 使用go运行 ``` go run main.go serve ``` 使用gin运行(热重载) ``` gin serve run main.go ```