Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 325 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 325 Bytes

an alternative to this package

Installation

go get github.com/alimsk/list

Run the examples

# cd list
go run ./examples/simple
go run ./examples/filter
go run ./examples/custom
go run ./examples/...

there are also a preview in the examples