commit | 9616eac69404c8d4aab36bf42624b08e2e8dffd2 | [log] [tgz] |
---|---|---|
author | Andrew Gerrand <adg@golang.org> | Tue Feb 16 17:00:45 2016 +1100 |
committer | Andrew Gerrand <adg@golang.org> | Tue Feb 16 06:23:38 2016 +0000 |
tree | 69a5459254d4e19b6a447d2f9ec34a47f842e804 | |
parent | 2c088b3344fdf98f6f4d855dc63891960c5d91d6 [diff] |
content: remove unnecessary ampersand This example showed an interface being satisfied by *T when the method is declared on T. Fixes golang/go#14344 Change-Id: Ifcfd251d57323714539a90e17fdb1e74531e3424 Reviewed-on: https://go-review.googlesource.com/19531 Reviewed-by: Katrina Owen <katrina.owen@gmail.com> Reviewed-by: Andrew Gerrand <adg@golang.org>