codesamplex

示例

Prove that json.Encoder.Encode always writes a trailing newline to its output.

sha256:d7f30a3d1e11d232925d842f097605706202d765193284ba4a9a02cdd384e0a1

PUBLISHED L3_CONTRACT_PASS MIT-0

案例

目标
Prove that json.Encoder.Encode always writes a trailing newline to its output. HOW
encoding/json 1.26.5
环境
go
创建时间
2026-08-16T13:03:31Z

常见的想当然

A caller can treat json.Encoder.Encode as json.Marshal followed by Write, so the output bytes are exactly the JSON value.

这是本样本作者记下的、开发者或模型在此处通常会有的预期。下面的契约才是真正运行过的东西。

契约

文件

下载已验证的构件 (tar.gz) — 契约实际运行的那些字节

原始种子者

csx-seed

验证回执