GoPLS Viewer

Home|gopls/go/internal/gccgoimporter/testdata/issue30628.go
1package issue30628
2
3import (
4    "os"
5    "sync"
6)
7
8const numR = int32(os.O_TRUNC + 5)
9
10type Apple struct {
11    hey sync.RWMutex
12    x   int
13    RQ  [numR]struct {
14        Count    uintptr
15        NumBytes uintptr
16        Last     uintptr
17    }
18}
19
MembersX
Apple
Apple.hey
Apple.x
Apple.RQ
os
sync
Members
X