func container/list.New
12 uses
container/list (current package)
list.go#L62: func New() *List { return new(List).Init() }
crypto/tls
common.go#L1365: q: list.New(),
github.com/go-git/go-git/v5/plumbing/cache
buffer_lru.go#L45: c.ll = list.New()
object_lru.go#L42: c.ll = list.New()
github.com/go-git/go-git/v5/plumbing/object
commit_walker.go#L197: commitsPath := list.New()
github.com/golang/groupcache/lru
lru.go#L50: ll: list.New(),
lru.go#L59: c.ll = list.New()
github.com/google/safehtml
stylesheet.go#L76: stack := list.New()
github.com/jackc/pgconn/stmtcache
lru.go#L38: l: list.New(),
golang.org/x/text/unicode/bidi
bracket.go#L78: openers: 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.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |