https://github.com/goldziher/go-utils
Simple and performant utilies using Go generics inspired by JavaScript and Python
https://github.com/goldziher/go-utils
generics go golang utilities
Last synced: about 1 year ago
JSON representation
Simple and performant utilies using Go generics inspired by JavaScript and Python
- Host: GitHub
- URL: https://github.com/goldziher/go-utils
- Owner: Goldziher
- License: mit
- Created: 2022-03-26T15:17:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-05T16:10:25.000Z (about 1 year ago)
- Last Synced: 2025-05-05T17:38:09.146Z (about 1 year ago)
- Topics: generics, go, golang, utilities
- Language: Go
- Homepage: https://goldziher.github.io/go-utils/
- Size: 755 KB
- Stars: 52
- Watchers: 5
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Go Utils
[](https://goreportcard.com/report/github.com/Goldziher/go-utils)
[](https://sonarcloud.io/summary/new_code?id=Goldziher_go-utils)
[](https://sonarcloud.io/summary/new_code?id=Goldziher_go-utils)
[](https://sonarcloud.io/summary/new_code?id=Goldziher_go-utils)
[](https://sonarcloud.io/summary/new_code?id=Goldziher_go-utils)
[](https://sonarcloud.io/summary/new_code?id=Goldziher_go-utils)
[](https://sonarcloud.io/summary/new_code?id=Goldziher_go-utils)
[](https://sonarcloud.io/summary/new_code?id=Goldziher_go-utils)
Go Utils is a comprehensive utility library inspired by JavaScript and Python. It makes extensive use of Go 1.18+
generics to offer a simple API.
Read more in the [documentation](https://goldziher.github.io/go-utils/).
## Installation
```shell
go get -u github.com/Goldziher/go-utils
```
## Contribution
This library is open to contributions. Please consult the [Contribution Guide](CONTRIBUTING.md).