golang/go
在 GitHub 查看encoding/xml: document why round-trip stability is not guaranteed
Open
#44,405 创建于 2021年2月19日
DocumentationNeedsInvestigationhelp wanted
仓库指标
- Star
- (133,883 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
It is extremely non-obvious why encoding/xml does not guarantee round-trip stability. The package documentation should explain why that is the case, when this is a problem, and what users should do instead.