# caipu-plugin-sdk-go **Repository Path**: go-caipu/caipu-plugin-sdk-go ## Basic Information - **Project Name**: caipu-plugin-sdk-go - **Description**: This SDK enables building caipu backend plugins using Go. - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-13 - **Last Updated**: 2025-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # caipu Plugin SDK for Go This SDK enables building caipu backend plugins using Go. #compile sdk 1. install mage tool > https://magefile.org/ ```sh brew install mage ``` 2. 根目录执行相应命令 ``` mage build ``` 3. 生成proto文件 ```shell sudo mage protobuf ``` 备注:如果遇到`没有权限` 需要 sudo chmod -R 777. 赋权 1. 安装protoc ```shell brew install protobuf ``` 1. 安装protoc-gen-go ### 升级打包到线上