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

https://github.com/sap/go-generics

Go module providing generic reuse types and functions for standard data structures, such as slices, maps, sets, ...
https://github.com/sap/go-generics

sap-cns sap-cs-devops

Last synced: 4 months ago
JSON representation

Go module providing generic reuse types and functions for standard data structures, such as slices, maps, sets, ...

Awesome Lists containing this project

README

        

# Go Generics Library

[![REUSE status](https://api.reuse.software/badge/github.com/SAP/go-generics)](https://api.reuse.software/info/github.com/SAP/go-generics)

## About this project

Go module providing generic reuse types and functions for standard data structures, such as slices, maps, sets, ...

This module might be superseded/replaced in future by [https://pkg.go.dev/golang.org/x/exp](https://pkg.go.dev/golang.org/x/exp) which provides similar functionality. Developers are encouraged to use the upstream repository even now, if sufficient for the respective purpose.

## Support, Feedback, Contributing

This project is open to feature requests/suggestions, bug reports etc. via [GitHub issues](https://github.com/SAP/go-generics/issues). Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our [Contribution Guidelines](CONTRIBUTING.md).

## Code of Conduct

We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone. By participating in this project, you agree to abide by its [Code of Conduct](https://github.com/SAP/.github/blob/main/CODE_OF_CONDUCT.md) at all times.

## Licensing

Copyright 2024 SAP SE or an SAP affiliate company and go-generics contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/SAP/go-generics).