README: reflect (partially)
This commit is contained in:
@@ -213,6 +213,7 @@ Here are the Go packages that can be imported correctly:
|
|||||||
* [sync](https://pkg.go.dev/sync) (partially)
|
* [sync](https://pkg.go.dev/sync) (partially)
|
||||||
* [syscall](https://pkg.go.dev/syscall) (partially)
|
* [syscall](https://pkg.go.dev/syscall) (partially)
|
||||||
* [os](https://pkg.go.dev/os) (partially)
|
* [os](https://pkg.go.dev/os) (partially)
|
||||||
|
* [reflect](https://pkg.go.dev/reflect) (partially)
|
||||||
|
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|||||||
@@ -423,14 +423,7 @@ var kindNames = []string{
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (t *rtype) String() string {
|
func (t *rtype) String() string {
|
||||||
/*
|
return t.t.String()
|
||||||
s := t.nameOff(t.t.Str).Name()
|
|
||||||
if t.t.TFlag&abi.TFlagExtraStar != 0 {
|
|
||||||
return s[1:]
|
|
||||||
}
|
|
||||||
return s
|
|
||||||
*/
|
|
||||||
panic("todo")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (t *rtype) Size() uintptr { return t.t.Size() }
|
func (t *rtype) Size() uintptr { return t.t.Size() }
|
||||||
|
|||||||
Reference in New Issue
Block a user