模拟http客户端增加proxyprotocol协议(golang)

package mainimport (“fmt”“io/ioutil”“net”“os”)//模拟客户端func main() {if len(os.Args) < 2 {fmt.Fprintf(os.