Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aidenwallis/go-utils
A set of common Go utils I use throughout my projects.
https://github.com/aidenwallis/go-utils
go hacktoberfest
Last synced: about 5 hours ago
JSON representation
A set of common Go utils I use throughout my projects.
- Host: GitHub
- URL: https://github.com/aidenwallis/go-utils
- Owner: aidenwallis
- License: mit
- Created: 2022-04-24T17:30:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T19:41:46.000Z (over 1 year ago)
- Last Synced: 2024-06-21T06:42:11.983Z (8 months ago)
- Topics: go, hacktoberfest
- Language: Go
- Homepage:
- Size: 41 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-utils
[![codecov](https://codecov.io/gh/aidenwallis/go-utils/branch/main/graph/badge.svg?token=AT2T41NQ7K)](https://codecov.io/gh/aidenwallis/go-utils) [![Go Reference](https://pkg.go.dev/badge/github.com/aidenwallis/go-utils.svg)](https://pkg.go.dev/github.com/aidenwallis/go-utils)
A set of common Go utils I use throughout my projects, such as [Fossabot](https://fossabot.com).
I originally created this library to help me break down my large project monorepos into smaller repos, and share more code between them, but decided to open source it, in case some of these utils are useful to others.
A lot of these utils use [generics](https://go.dev/doc/tutorial/generics) - a new feature introduced in Go 1.18, therefore, this package is only supported on Go 1.18+.