]> Cypherpunks.ru repositories - gostls13.git/commit
maps: new package
authorIan Lance Taylor <iant@golang.org>
Wed, 1 Feb 2023 21:47:48 +0000 (13:47 -0800)
committerGopher Robot <gobot@golang.org>
Fri, 3 Feb 2023 18:22:53 +0000 (18:22 +0000)
commita96487613e2703d1eb7e12c51647e36973df9fd0
tree12bdecd1c158d000048aa8da1fcd18c9c0e03617
parent10643b744d91544fd61d5131b52c89e1c3caabeb
maps: new package

This copies x/exp/maps into the standard library (except for the Clear
function which is now available as the clear builtin.)

Fixes #57436

Change-Id: I30dd470c2f7ae34c7c82b4c1025a7582d61fabaa
Reviewed-on: https://go-review.googlesource.com/c/go/+/464343
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Eli Bendersky <eliben@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
api/next/57436.txt [new file with mode: 0644]
src/go/build/deps_test.go
src/go/doc/comment/std.go
src/maps/maps.go [new file with mode: 0644]
src/maps/maps_test.go [new file with mode: 0644]