# goctl **Repository Path**: cao-wei2436/goctl ## Basic Information - **Project Name**: goctl - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-14 - **Last Updated**: 2024-08-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # goctl [English](readme.md) | 简体中文 goctl 使用见文档 https://go-zero.dev/cn/docs/goctl/goctl/ ## 编译pb文件 ``` goctl api go -api api/scholar.api -dir proto/pb -style goZero ``` ## 编译json文件 ``` goctl api plugin -plugin goctl-swagger="s wagger -filename scholar_api.json" -api api/scholar.api -dir api/ -style goZero ```