From cc4d1fdda4697027599d1e02cdff00e77c940260 Mon Sep 17 00:00:00 2001 From: Marko Kungla Date: Fri, 22 Dec 2023 04:38:30 +0200 Subject: [PATCH] update: bexp import path (#5148) bexp Brace Expansion package has moved to new github org. From my personal account github.com/mkungla/bexp to github.com/happy-sdk/happy-go/strings/bexp Signed-off-by: Marko Kungla --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c04b9136..e456a18b 100644 --- a/README.md +++ b/README.md @@ -1722,7 +1722,7 @@ _**Unofficial** set of patterns for structuring projects._ _Libraries for working with strings._ -- [bexp](https://github.com/mkungla/bexp) - Go implementation of Brace Expansion mechanism to generate arbitrary strings. +- [bexp](https://github.com/happy-sdk/happy-go/tree/main/strings/bexp) - Go implementation of Brace Expansion mechanism to generate arbitrary strings. - [caps](https://github.com/chanced/caps) - A case conversion library. - [go-formatter](https://gitlab.com/tymonx/go-formatter) - Implements **replacement fields** surrounded by curly braces `{}` format strings. - [gobeam/Stringy](https://github.com/gobeam/Stringy) - String manipulation library to convert string to camel case, snake case, kebab case / slugify etc.