container/list.List.Remove (method)
14 uses
container/list (current package)
list.go#L137: func (l *List) Remove(e *Element) interface{} {
crypto/tls
common.go#L1378: c.q.Remove(elem)
github.com/go-git/go-git/v5/plumbing/cache
buffer_lru.go#L69: c.ll.Remove(last)
object_lru.go#L72: c.ll.Remove(last)
github.com/golang/groupcache/lru
lru.go#L107: c.ll.Remove(e)
github.com/google/safehtml
stylesheet.go#L89: stack.Remove(e)
github.com/jackc/pgconn/stmtcache
lru.go#L113: c.l.Remove(elem)
lru.go#L150: c.l.Remove(oldest)
golang.org/x/sync/semaphore
semaphore.go#L71: s.waiters.Remove(elem)
semaphore.go#L133: s.waiters.Remove(next)
golang.org/x/text/unicode/bidi
bracket.go#L166: p.openers.Remove(p.openers.Front())
net/http
transport.go#L2880: cl.ll.Remove(ele)
transport.go#L2888: cl.ll.Remove(ele)
vendor/golang.org/x/text/unicode/bidi
bracket.go#L166: p.openers.Remove(p.openers.Front())
![]() |
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. |