updated dependencies and go
This commit is contained in:
+1
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user