commit | d61744311c202fe489c86c5a04e88c0c155c9ab6 | [log] [tgz] |
---|---|---|
author | Julie Qiu <julie@golang.org> | Sat May 01 02:59:55 2021 -0400 |
committer | Julie Qiu <julie@golang.org> | Tue May 04 02:15:00 2021 +0000 |
tree | 15d3d06eac8b789711931c2bb68594258e049035 | |
parent | bf9e865315fa314155f29070eaf04252e834ace3 [diff] |
internal: change Symbol.Children to SymbolMeta The children of a symbol will always have the same build context and no other children. As a result, Symbol.Children are changed to the SymbolMeta type. For golang/go#37102 Change-Id: I89c361f86eff7179c18572e57a5dd0788fea4b1d Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/315432 Trust: Julie Qiu <julie@golang.org> Run-TryBot: Julie Qiu <julie@golang.org> TryBot-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: Jonathan Amsterdam <jba@google.com>
Pkg.go.dev is a website for discovering and evaluating Go packages and modules.
You can check it out at https://pkg.go.dev.
If you want to report a bug or have a feature suggestion, please first check the known issues to see if your issue is already being discussed. If an issue does not already exist, feel free to file an issue.
For answers to frequently asked questions, see go.dev/about.
You can also chat with us on the #pkgsite Slack channel on the Gophers Slack.
We would love your help!
Our canonical Git repository is located at go.googlesource.com/pkgsite. There is a mirror of the repository at github.com/golang/pkgsite.
To contribute, please read our contributing guide.
Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.