container/list.Element.Value (field)
10 uses
container/list (current package)
list.go#L27: Value interface{}
list.go#L104: return l.insert(&Element{Value: v}, at)
list.go#L143: return e.Value
list.go#L227: l.insertValue(e.Value, l.root.prev)
list.go#L236: l.insertValue(e.Value, &l.root)
crypto/tls
common.go#L1381: entry := elem.Value.(*lruSessionCacheEntry)
common.go#L1395: entry := elem.Value.(*lruSessionCacheEntry)
common.go#L1411: return elem.Value.(*lruSessionCacheEntry).state, true
net/http
transport.go#L2879: pc := ele.Value.(*persistConn)
vendor/golang.org/x/text/unicode/bidi
bracket.go#L160: opener := elem.Value.(int)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)