# gf-new-project **Repository Path**: iamyl/gf-new-project ## Basic Information - **Project Name**: gf-new-project - **Description**: gf新项目模板 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-28 - **Last Updated**: 2022-02-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### GoFrame Template For SingleRepo #### 编译 ```shell ./build.sh ``` #### 运行 ```shell ./run.sh ``` #### 代码重新自动生成 ```shell ./regen.sh ``` ### 内容安排 #### G + 大写G开头的均为"全局"定义 #### C + 大写C开头的均为"控制器" #### S + 大写S开头的均为"服务" #### M + 大写M开头的均为"服务"