summaryrefslogtreecommitdiff
path: root/vendor/github.com/bahlo/generic-list-go/README.md
blob: 68bbce9fba79fee2931a28b427044ba81c41210b (plain)
1
2
3
4
5
# generic-list-go [![CI](https://github.com/bahlo/generic-list-go/actions/workflows/ci.yml/badge.svg)](https://github.com/bahlo/generic-list-go/actions/workflows/ci.yml)

Go [container/list](https://pkg.go.dev/container/list) but with generics.

The code is based on `container/list` in `go1.18beta2`.