From dfbb609ad68b0ec72c2781e8a6bc31d1dcd2654a Mon Sep 17 00:00:00 2001 From: "sashakoshka@tebibyte.media" Date: Tue, 10 Sep 2024 18:11:11 -0400 Subject: [PATCH] Improve README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 66b4ce0..e8fecf2 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,6 @@ [![Go Reference](https://pkg.go.dev/badge/git.tebibyte.media/sashakoshka/goutil.svg)](https://pkg.go.dev/git.tebibyte.media/sashakoshka/goutil) -Extension of the standard library. +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.