Files
quic-go/internal/utils/linkedlist/README.md
2022-08-10 09:50:21 -07:00

5 lines
152 B
Markdown

# Usage
This is the Go standard library implementation of a linked list
(https://golang.org/src/container/list/list.go), modified to use Go generics.