# ftpRes **Repository Path**: wangzhufei/ftp-res ## Basic Information - **Project Name**: ftpRes - **Description**: 这个是使用gf来实现配置的读取,日志操作,数据的操作(https://gitee.com/johng/gf) 用于上传ftp资源文件,可通过调节CpuDouble来实现多少个用户一起上传,来提高上传效率 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-14 - **Last Updated**: 2022-01-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 调试 # 编译 go build -o admin ## mac打包linux GOOS=linux GOARCH=amd64 go build -o ftpProject # 安装gf https://github.com/gogf/gf-cli ## 编译 gf build ##各项目用不同的gf版本和包 可以在新建项目后,使用go mod vendor 下载对应的引入包