mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-05 00:47:51 -05:00
.. | ||
linkedlist.go | ||
README.md |
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