Unreviewed changes
3 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: src/encoding/json/v2/options.go
Insertions: 4, Deletions: 3.
@@ -136,9 +136,10 @@
//
// For example, Go maps are marshaled sorted by key.
//
-// Determinism is guaranteed across different instances of identical binaries,
-// but not across different builds of a program (such as different source or
-// toolchain version, different GOOS/GOARCH, different build flags).
+// For native Go types, Determinism is guaranteed across different instances of
+// identical binaries, but not across different builds of a program (such as
+// different source or toolchain version, different GOOS/GOARCH, different
+// build flags).
//
// This only affects marshaling and is ignored when unmarshaling.
func Deterministic(v bool) Options {
```
Change information
Commit message:
encoding/json/v2: make Deterministic doc more approachable
This is an attempt to be more clear with what we are guaranteeing.
For #71497.
Change-Id: I3f3ab6a83a907d5700c14cf50f3d202d6a6a6964
Files:
- M src/encoding/json/v2/options.go
Change size: S
Delta: 1 file changed, 9 insertions(+), 5 deletions(-)
Branch: refs/heads/master