Compare commits

...

2 Commits

Author SHA1 Message Date
dfbb609ad6 Improve README 2024-09-10 18:11:11 -04:00
2964fb8f9f Add godoc badge to README 2024-09-10 18:09:37 -04:00

View File

@ -1,3 +1,7 @@
# goutil
Extension of the standard library.
[![Go Reference](https://pkg.go.dev/badge/git.tebibyte.media/sashakoshka/goutil.svg)](https://pkg.go.dev/git.tebibyte.media/sashakoshka/goutil)
Goutil provides extensions of 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.