Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bahlo/generic-list-go

Go container/list but with generics
https://github.com/bahlo/generic-list-go

containers generics go list std

Last synced: about 2 months ago
JSON representation

Go container/list but with generics

Awesome Lists containing this project

README

        

# 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`.