go http rpc
摘要:
1 服务端 package main import ( "errors" "fmt" "net/http" "net/rpc" ) type Args struct { A, B int } type Quotient struct { Quo, Rem int } type Arith int f 阅读全文
posted @ 2021-06-09 21:31 吃我一枪 阅读(76) 评论(0) 推荐(0) 编辑