# cps **Repository Path**: shiba/cps ## Basic Information - **Project Name**: cps - **Description**: No description available - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-03-06 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 安装 ### 包依赖安装 ``` glide init glide install ``` ## 项目依赖 ``` glide.yaml 包管理 github.com/astaxie/beego 框架 github.com/go-sql-driver/mysql mysql驱动 github.com/segmentio/ksuid 生成uuid ``` ## 环境变量配置 CPS_RUNMODE ## 编码规范 [Effective Go](https://golang.org/doc/effective_go.html) ## 目录权限 log 644 ## TODO * 打包部署方案 * 配置文件加载待优化 * wechat sdk接入 * aliyun oss sdk 接入 * 日志加载优化 * CPS_RUNMODE 获取失败