File: README.md

package info (click to toggle)
golang-github-bahlo-generic-list-go 0.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 100 kB
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 302 bytes parent folder | download
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`.