# go-proxy **Repository Path**: TPSHION/go-proxy ## Basic Information - **Project Name**: go-proxy - **Description**: go语言开发的反向代理服务 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-27 - **Last Updated**: 2024-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go-proxy #### 介绍 go语言开发的反向代理服务 #### 运行 ``` # 下载依赖 go mod tidy # 运行项目 go run ./ # 打包 go build ./ ```