commit | ea012d100bad48e5659637fde2f4d9737a087815 | [log] [tgz] |
---|---|---|
author | Robert Griesemer <gri@golang.org> | Fri Dec 22 15:04:20 2017 -0800 |
committer | Robert Griesemer <gri@golang.org> | Mon Feb 12 21:43:04 2018 +0000 |
tree | 9e328f82ebf70c6a21c45a7f308489f7a439760f | |
parent | 01b8f5d7cf3c5ee83034135870edd8837eae4cba [diff] |
go/importer: use named receiver types for methods of named interfaces R=go1.11 Once approved, this change must be ported to golang.org/x/tools/go/gcimporter15. Fixes #13829. Change-Id: I26a0094d2bfd38b97f2b64bae84b9f428fc9cdf1 Reviewed-on: https://go-review.googlesource.com/85318 Reviewed-by: Alan Donovan <adonovan@google.com>
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
Gopher image by Renee French, licensed under Creative Commons 3.0 Attributions license.
Our canonical Git repository is located at https://go.googlesource.com/go. There is a mirror of the repository at https://github.com/golang/go.
Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.
Official binary distributions are available at https://golang.org/dl/.
After downloading a binary release, visit https://golang.org/doc/install or load doc/install.html in your web browser for installation instructions.
If a binary distribution is not available for your combination of operating system and architecture, visit https://golang.org/doc/install/source or load doc/install-source.html in your web browser for source installation instructions.
Go is the work of hundreds of contributors. We appreciate your help!
To contribute, please read the contribution guidelines: https://golang.org/doc/contribute.html
Note that the Go project uses the issue tracker for bug reports and proposals only. See https://golang.org/wiki/Questions for a list of places to ask questions about the Go language.