]> Cypherpunks repositories - gostls13.git/commit
builtin: clarify that make(map[K]V, n) allocates space for n elements
authorIan Lance Taylor <iant@golang.org>
Thu, 8 Sep 2016 16:12:50 +0000 (09:12 -0700)
committerIan Lance Taylor <iant@golang.org>
Sat, 10 Sep 2016 12:57:37 +0000 (12:57 +0000)
commitca993d679729dbf312530d15f0489a45d1b61eaa
tree3a70fb85de8f794634cb9b46e23d2c084db38171
parente273a2794639692a216c46a0043e5e6929e0a959
builtin: clarify that make(map[K]V, n) allocates space for n elements

Change-Id: Id6265b6093edaa4be2c59e4799351082f7228b5d
Reviewed-on: https://go-review.googlesource.com/28815
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
src/builtin/builtin.go