func container/list.New
4 uses
container/list (current package)
list.go#L62: func New() *List { return new(List).Init() }
crypto/tls
common.go#L1365: q: list.New(),
net/http
transport.go#L2867: cl.ll = list.New()
vendor/golang.org/x/text/unicode/bidi
bracket.go#L78: openers: list.New(),
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)