container/list.List.Back (method)
9 uses
container/list (current package)
list.go#L77: func (l *List) Back() *Element {
list.go#L235: for i, e := other.Len(), other.Back(); i > 0; i, e = i-1, e.Prev() {
crypto/tls
common.go#L1394: elem := c.q.Back()
github.com/go-git/go-git/v5/plumbing/cache
buffer_lru.go#L65: last := c.ll.Back()
object_lru.go#L63: last := c.ll.Back()
github.com/golang/groupcache/lru
lru.go#L100: ele := c.ll.Back()
github.com/google/safehtml
stylesheet.go#L80: e := stack.Back()
github.com/jackc/pgconn/stmtcache
lru.go#L149: oldest := c.l.Back()
net/http
transport.go#L2878: ele := cl.ll.Back()
![]() |
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. |