mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
Fix several out of date references to 4g/5g/6g/8g/9g.
Change-Id: Ifb8e4e13c7778a7c0113190051415e096f5db94f Reviewed-on: https://go-review.googlesource.com/11390 Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com> Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
parent
a4ec50bd0b
commit
8628688304
24 changed files with 34 additions and 36 deletions
|
|
@ -527,7 +527,7 @@ func (t *uncommonType) MethodByName(name string) (m Method, ok bool) {
|
|||
return
|
||||
}
|
||||
|
||||
// TODO(rsc): 6g supplies these, but they are not
|
||||
// TODO(rsc): gc supplies these, but they are not
|
||||
// as efficient as they could be: they have commonType
|
||||
// as the receiver instead of *rtype.
|
||||
func (t *rtype) NumMethod() int {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue