# echo-skeleton **Repository Path**: echo-go/echo-skeleton ## Basic Information - **Project Name**: echo-skeleton - **Description**: echo 框架使用骨架, 快速搭建项目 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-11 - **Last Updated**: 2022-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # echo 快速开发脚手架 ### 使用方式 1. 修改命名空间 ### Run ``` go run cmd/server/main.go -config=configs/server.local.toml ``` ### Build ``` go build cmd/server/main.go ```