https://github.com/deref/util-go
Deref's Go Junk Drawer
https://github.com/deref/util-go
Last synced: 3 months ago
JSON representation
Deref's Go Junk Drawer
- Host: GitHub
- URL: https://github.com/deref/util-go
- Owner: deref
- Created: 2021-09-22T22:20:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-15T01:29:32.000Z (over 4 years ago)
- Last Synced: 2024-04-17T05:49:38.410Z (about 2 years ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deref's Go Utilities
Every project winds up with a dumping ground package of utility functions.
Occassionally, some assorted functions are so widely used that they get
promoted to a shared utilities dumping ground. This is that place for Deref's
Go utility functions.
Ideally, once functions have reached this repository, they are extremely widely
used and already stable. Until that is true, copy/paste is your friend.