Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bahlo/generic-list-go
- Owner: bahlo
- License: bsd-3-clause
- Created: 2022-02-06T13:46:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-08T09:34:35.000Z (almost 3 years ago)
- Last Synced: 2024-06-18T17:17:46.839Z (7 months ago)
- Topics: containers, generics, go, list, std
- Language: Go
- Homepage: https://pkg.go.dev/github.com/bahlo/generic-list-go
- Size: 15.6 KB
- Stars: 13
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.