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.
- Host: GitHub
- URL: https://github.com/fullstorydev/go
- Owner: fullstorydev
- License: mit
- Created: 2021-10-31T14:18:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T10:07:51.000Z (about 2 years ago)
- Last Synced: 2024-06-19T06:54:10.265Z (almost 2 years ago)
- Topics: golang, golang-library
- Language: Go
- Homepage:
- Size: 67.4 KB
- Stars: 11
- Watchers: 20
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.