1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-27 07:59:08 -04:00
Files
v2fly/external/github.com/lucas-clemente/quic-go/internal/utils/linkedlist
Darien Raymond 2f96c3c257 update references
2019-01-17 16:39:39 +01:00
..
2019-01-17 15:33:18 +01:00
2019-01-17 16:39:39 +01:00

Usage

This is the Go standard library implementation of a linked list (https://golang.org/src/container/list/list.go), modified such that genny (https://github.com/cheekybits/genny) can be used to generate a typed linked list.

To generate, run

genny -pkg $PACKAGE -in linkedlist.go -out $OUTFILE gen Item=$TYPE