# karnin-zero-admin **Repository Path**: karnin/karnin-zero-admin ## Basic Information - **Project Name**: karnin-zero-admin - **Description**: No description available - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-09 - **Last Updated**: 2021-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 初始化模板路径 goctl template init --home template 初始化项目 go mod init karnin-zero-admin go mod tidy 新建新建服务目录 编写api、proto文件 代码生成 goctl api go -api service/user/api/user.api -dir service/user/api --home ./template goctl api go -api service/sys/api/sys.api -dir service/sys/api --home ./template 启动 go run service/user/api/user.go -f service/user/api/etc/user-api.yaml go run service/sys/api/sys.go -f service/sys/api/etc/sys-api.yaml