# go-server-admin **Repository Path**: kingeasts/go-server-admin ## Basic Information - **Project Name**: go-server-admin - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 配置文件 config.yml copy一份(config.example.yml)为config.yml配置好 ## 生成app token ``` go run apptoken.go ``` ## 启动 ``` go run main.go ``` ## 单元测试 ``` go test -v ```