# go-grm **Repository Path**: nonull/go-grm ## Basic Information - **Project Name**: go-grm - **Description**: No description available - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README app 应用入口 library 公共扩展包 ​ log 日志包 ​ cache 缓存 ​ conf 配置 ​ net 网络 vendor 包管理目录 ``` ├── README.md ├── app │   ├── admin │   │   └── contract │   │   ├── cmd │   │   ├── conf │   │   ├── dao │   │   ├── gorm │   │   ├── router │   │   └── service │   ├── commom │   ├── job │   ├── service │   └── tools ├── library │   └── conf ├── vendor └── web ```