# Coproxy-Go **Repository Path**: cc_1234/Coproxy-Go ## Basic Information - **Project Name**: Coproxy-Go - **Description**: a http/https proxy server By Go .本项目是用于熟悉go的demo项目 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-03-14 - **Last Updated**: 2021-10-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Coproxy a http proxy server #### 快速开始 go build #### 启动 ./Coproxy #### 连接HTTP代理的ip与端口即可 #### 参考项目 [goproxy](https://github.com/snail007/goproxy)