摘要: package main type Company struct { Name string } type PrintResult struct { Info string Err error } func RpcPrintln(employee Employee) PrintResult { /* 阅读全文
posted @ 2024-10-16 11:18 滴滴滴 阅读(18) 评论(0) 推荐(0)