package
0.0.0-20230904143054-c02e83f3dbc9
Repository: https://github.com/fkwhite/quic_go.git
Documentation: pkg.go.dev

# README

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