commit | d36cc9baf3c4127ef5c98bc8844b405d63064e48 | [log] [tgz] |
---|---|---|
author | Matthew Dempsky <mdempsky@google.com> | Wed Oct 04 11:23:18 2017 -0700 |
committer | Matthew Dempsky <mdempsky@google.com> | Wed Oct 04 22:03:52 2017 +0000 |
tree | 95ae7341f4a563bcf41edaf24c8c253123284d1a | |
parent | ec40c7e189182918480099bd73b5c0c73018736c [diff] |
cmd/compile: refactor dtypesym to return *obj.LSym All of the callers want a *obj.LSym instead of a *types.Sym, and the runtime type descriptors don't need Go source symbols anyway. Passes toolstash-check. Change-Id: I8ae4b64380fbb547857f49b42465118f41884eed Reviewed-on: https://go-review.googlesource.com/68251 Run-TryBot: Matthew Dempsky <mdempsky@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Marvin Stenger <marvin.stenger94@gmail.com> Reviewed-by: David Crawshaw <crawshaw@golang.org>
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 does not use GitHub pull requests, and that we use 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.