]> Cypherpunks.ru repositories - gostls13.git/commit
cmp: new package
authorIan Lance Taylor <iant@golang.org>
Thu, 18 May 2023 23:58:05 +0000 (16:58 -0700)
committerGopher Robot <gobot@golang.org>
Fri, 19 May 2023 17:41:52 +0000 (17:41 +0000)
commitdc4993e7c633be8c1d77c7242607cc1e23668d9b
treeb8a695927a0a9ae29053939ed310b2228a0490db
parent86c6b4763ed486f20cf018d0810cfd7a1fd91998
cmp: new package

The new cmp package provides types and functions related to
comparing ordered values.

For #59488

Change-Id: I43f4b2e6036f63b87c2152672d2b6fa18235cbeb
Reviewed-on: https://go-review.googlesource.com/c/go/+/496356
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
Reviewed-by: Eli Benderskyā€ˇ <eliben@golang.org>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@google.com>
api/next/59488.txt [new file with mode: 0644]
src/cmp/cmp.go [new file with mode: 0644]
src/cmp/cmp_test.go [new file with mode: 0644]
src/go/build/deps_test.go
src/go/doc/comment/std.go