21
0
Fork 0

v0.0.244
Build Docker and Deploy / Run goext test-suite (push) Successful in 48s Details

This commit is contained in:
Mike Schwörer 2023-08-18 13:27:02 +02:00
parent 0d16946aba
commit 2e2e15d4d2
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
package goext
const GoextVersion = "0.0.243"
const GoextVersion = "0.0.244"
const GoextVersionTimestamp = "2023-08-18T13:25:18+0200"
const GoextVersionTimestamp = "2023-08-18T13:27:02+0200"

View File

@ -13,6 +13,7 @@ type Regex interface {
ReplaceAllFunc(haystack string, repl func(string) string) string
RemoveAll(haystack string) string
GroupCount() int
String() string
}
type regexWrapper struct {