mirror of
https://github.com/golang/go
synced 2024-11-23 20:20:01 -07:00
reflect: update relative path in comment
Fix it to avoid misunderstanding.
Change-Id: I2a09cb9edfa8077c5c0c35e07000c0c7dc72755e
GitHub-Last-Rev: ae49d512eb
GitHub-Pull-Request: golang/go#50260
Reviewed-on: https://go-review.googlesource.com/c/go/+/373334
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
This commit is contained in:
parent
b5e06545b3
commit
2d1d548081
@ -229,7 +229,7 @@ type Type interface {
|
|||||||
// See https://golang.org/issue/4876 for more details.
|
// See https://golang.org/issue/4876 for more details.
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* These data structures are known to the compiler (../../cmd/internal/reflectdata/reflect.go).
|
* These data structures are known to the compiler (../cmd/compile/internal/reflectdata/reflect.go).
|
||||||
* A few are known to ../runtime/type.go to convey to debuggers.
|
* A few are known to ../runtime/type.go to convey to debuggers.
|
||||||
* They are also known to ../runtime/type.go.
|
* They are also known to ../runtime/type.go.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user