1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-19 10:26:10 -04:00
v2fly/external/github.com/lucas-clemente/quic-go/internal/utils/linkedlist/README.md

12 lines
348 B
Markdown
Raw Normal View History

2018-11-20 17:51:25 -05: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
2019-01-17 09:33:18 -05:00
(https://v2ray.com/core/external/github.com/cheekybits/genny) can be used to generate a typed linked
2018-11-20 17:51:25 -05:00
list.
To generate, run
```
genny -pkg $PACKAGE -in linkedlist.go -out $OUTFILE gen Item=$TYPE
```