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

https://github.com/fullstorydev/go

General purpose utility libraries for Go. Low dependency.
https://github.com/fullstorydev/go

golang golang-library

Last synced: about 1 year ago
JSON representation

General purpose utility libraries for Go. Low dependency.

Awesome Lists containing this project

README

          

# go
General purpose utility libraries for Go. Low dependency.
- [eventstream](eventstream) is a fast, efficient way to publish and subscribe to events within a Go process.
- [errgroup](errgroup) is a safer alternative to the official [golang.org/x/sync/errgroup](https://pkg.go.dev/golang.org/x/sync/errgroup) package.