2 Commits

Author SHA1 Message Date
7141c6cef4 Migrate go.mod 2024-12-14 23:54:16 -05:00
a6348ad530 Update README.md 2024-12-14 23:06:25 -05:00
2 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
# goutil
# go-util
[![Go Reference](https://pkg.go.dev/badge/git.tebibyte.media/sashakoshka/goutil.svg)](https://pkg.go.dev/git.tebibyte.media/sashakoshka/goutil)
[![Go Reference](https://pkg.go.dev/badge/git.tebibyte.media/sashakoshka/go-util.svg)](https://pkg.go.dev/git.tebibyte.media/sashakoshka/go-util)
Goutil provides extensions to the Go standard library. This repository mimics
its package/directory structure, prefixing all package names with 'u' to
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.

2
go.mod
View File

@@ -1,3 +1,3 @@
module git.tebibyte.media/sashakoshka/goutil
module git.tebibyte.media/sashakoshka/go-util
go 1.22.0