We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80fb18e commit 1cb61b8Copy full SHA for 1cb61b8
src/runtime/type.go
@@ -14,6 +14,7 @@ import "unsafe"
14
// cmd/compile/internal/gc/reflect.go
15
// cmd/link/internal/ld/decodesym.go
16
// reflect/type.go
17
+// internal/reflectlite/type.go
18
type tflag uint8
19
20
const (
@@ -26,6 +27,7 @@ const (
26
27
// Needs to be in sync with ../cmd/link/internal/ld/decodesym.go:/^func.commonsize,
28
// ../cmd/compile/internal/gc/reflect.go:/^func.dcommontype and
29
// ../reflect/type.go:/^type.rtype.
30
+// ../internal/reflectlite/type.go:/^type.rtype.
31
type _type struct {
32
size uintptr
33
ptrdata uintptr // size of memory prefix holding all pointers
0 commit comments