# golang工具 **Repository Path**: mimis/golang-tool ## Basic Information - **Project Name**: golang工具 - **Description**: 一些golang的工具库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-02-12 - **Last Updated**: 2022-08-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # golang工具 #### 介绍 一些golang的工具库 #### 安装教程 go get gitee.com/mimis/golang-tool #### 使用说明 1. 网络库对外有两个接口:InitService(),Listen() InitService接口的传入参数是addr,协议(现在仅支持TCP)类型,消息回调函数 Listen接口主要是开启网络服务,监听,收发消息 2. rpcx库主要封装了rpcx服务器的创建,运行接口,客户端创建,调用接口,代码简单明了, 详细使用可参考protobuf插件集成rpcx: https://gitee.com/mimis/protoc-gen-rpcx 3. dfs封装了s3,cloud storage, minio三个分布式文件存储系统的集成api