Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xgfone/go-generics
Provide some common generic functions.
https://github.com/xgfone/go-generics
functions generic generics go go-generics golang golang-generics map maps slice slices
Last synced: 30 days ago
JSON representation
Provide some common generic functions.
- Host: GitHub
- URL: https://github.com/xgfone/go-generics
- Owner: xgfone
- License: apache-2.0
- Created: 2023-03-30T14:37:32.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T07:03:25.000Z (9 months ago)
- Last Synced: 2024-10-30T20:49:07.045Z (2 months ago)
- Topics: functions, generic, generics, go, go-generics, golang, golang-generics, map, maps, slice, slices
- Language: Go
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Generics [![Build Status](https://github.com/xgfone/go-generics/actions/workflows/go.yml/badge.svg)](https://github.com/xgfone/go-generics/actions/workflows/go.yml) [![GoDoc](https://pkg.go.dev/badge/github.com/xgfone/go-generics)](https://pkg.go.dev/github.com/xgfone/go-generics) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square)](https://raw.githubusercontent.com/xgfone/go-generics/master/LICENSE)
Provide some extra generic functions except for the functions in stdlib `slices` and `maps`, supporting `Go1.21+`.
## Installation
```shell
$ go get -u github.com/xgfone/go-generics
```