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, ...
- Host: GitHub
- URL: https://github.com/sap/go-generics
- Owner: SAP
- License: apache-2.0
- Created: 2023-04-24T13:33:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T07:17:05.000Z (4 months ago)
- Last Synced: 2025-01-30T00:51:14.753Z (4 months ago)
- Topics: sap-cns, sap-cs-devops
- Language: Go
- Homepage:
- Size: 261 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Generics Library
[](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).