# fss **Repository Path**: nmggy/fss ## Basic Information - **Project Name**: fss - **Description**: golang 项目基础框架结构 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-07-01 - **Last Updated**: 2022-07-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 生成依赖注入文件 ```bash #使用wire命令 wire gen ./pkg/wire ``` ## 启动命令 ```bash go run cmd/main.go web -c ./config.toml ```