commit | c373014285671e75a2b50f45d204669442474b1b | [log] [tgz] |
---|---|---|
author | Jaana Burcu Dogan <jbd@google.com> | Fri Feb 03 10:58:53 2017 -0800 |
committer | Jaana Burcu Dogan <jbd@google.com> | Fri Feb 03 19:01:53 2017 +0000 |
tree | 772a8b819c574561721928bbc6d0aaed4e3ac00c | |
parent | d153aa6df875151e72670741898a3ab7f053097b [diff] |
content: remove line that doesn't add and is confusing Fixes golang/go#18926. Change-Id: I03d5f7adcd2db0e862cffb5ff035d804b0d3b1db Reviewed-on: https://go-review.googlesource.com/36220 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
diff --git a/content/moretypes.article b/content/moretypes.article index 64f7dc7..eb8eab4 100644 --- a/content/moretypes.article +++ b/content/moretypes.article
@@ -33,8 +33,6 @@ A `struct` is a collection of fields. -(And a `type` declaration does what you'd expect.) - .play moretypes/structs.go * Struct Fields