golang/go

encoding/xml: document why round-trip stability is not guaranteed

Open

#44,405 创建于 2021年2月19日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Go (19,008 fork)batch import
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.

贡献者指南