diff options
| author | Katrina Owen <katrina.owen@gmail.com> | 2015-10-11 12:13:11 -0600 |
|---|---|---|
| committer | Andrew Gerrand <adg@golang.org> | 2015-10-12 00:41:46 +0000 |
| commit | 244860976ebdf87dd00a43b89e19da04185642be (patch) | |
| tree | fe25c578f255ca7ae35b3823bb073d8f6857141b /content/moretypes.article | |
| parent | bf1c16d1d675bc6c186f3fd636923da795f7b603 (diff) | |
| download | golang-id-tour-244860976ebdf87dd00a43b89e19da04185642be.tar.xz | |
content: remove reference to new keyword
The slide about the `new` function was removed in 7f9714c.
Fixes golang/go#12891
Change-Id: I8d192a8261f5ab7eea8f0a677bd367503e023cc8
Reviewed-on: https://go-review.googlesource.com/15753
Reviewed-by: Andrew Gerrand <adg@golang.org>
Diffstat (limited to 'content/moretypes.article')
| -rw-r--r-- | content/moretypes.article | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/moretypes.article b/content/moretypes.article index d2da592..1d8f9f8 100644 --- a/content/moretypes.article +++ b/content/moretypes.article @@ -185,7 +185,7 @@ The choice of image is up to you. Interesting functions include `(x+y)/2`, `x*y` A map maps keys to values. -Maps must be created with `make` (not `new`) before use; the `nil` map is empty and cannot be assigned to. +Maps must be created with `make` before use; the `nil` map is empty and cannot be assigned to. .play moretypes/maps.go |
