mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-04-27 07:59:08 -04: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