package
0.0.0-20231211073339-836f8300b212
Repository: https://github.com/nofish24/quic-go.git
Documentation: pkg.go.dev

# README

Usage

This is the Go standard library implementation of a linked list (https://golang.org/src/container/list/list.go), with the following modifications:

  • it uses Go generics
  • it allows passing in a sync.Pool (via the NewWithPool constructor) to reduce allocations of Element structs