go

Writing more concise code in go

英文: Writing more concise code in go 问题 我正在编写一个包,其中包含从XML-RPC服务器读取数据并将其存储在Go结构体数组中的函数。这里是一个片段,只涉及两种结构...