updated dependencies and go

This commit is contained in:
2026-04-21 11:06:01 +02:00
parent f62e7499ec
commit 84b87d61f2
91 changed files with 551 additions and 637 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
package rext
import (
"git.blackforestbytes.com/BlackForestBytes/goext/langext"
"regexp"
)
@@ -170,7 +169,7 @@ func (g OptRegexMatchGroup) ValueOrNil() *string {
if g.v == nil {
return nil
}
return langext.Ptr(g.v.Value())
return new(g.v.Value())
}
func (g OptRegexMatchGroup) IsEmpty() bool {