Extensions to the Go standard library.
Go to file
2024-12-18 08:53:55 -07:00
container Improvements to Optional type 2024-10-30 23:54:11 -04:00
image Test more things in color 2024-09-12 03:18:42 -04:00
io Add package level doc comments 2024-09-10 18:03:32 -04:00
sync sync: Add RWLocker from previous repo 2024-12-18 08:53:55 -07:00
.editorconfig Add .editorconfig 2024-06-23 08:50:21 -04:00
go.mod Migrate go.mod 2024-12-14 23:54:16 -05:00
LICENSE Add readme, license 2024-06-23 08:49:09 -04:00
README.md Update README.md 2024-12-14 23:06:25 -05:00

go-util

Go Reference

Util provides extensions to the Go standard library. This repository mimics its package/directory structure, prefixing all package names with 'u' to differentiate them from their standard library counterparts.