Use go 1.26 syntax

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-03-06 15:00:42 +01:00
parent 54f80596b6
commit d4b3025463
28 changed files with 136 additions and 167 deletions

View File

@@ -18,7 +18,6 @@ import (
"fmt"
"testing"
"go.gearno.de/x/ref"
"go.probo.inc/probo/pkg/mail"
)
@@ -236,7 +235,7 @@ func TestRealWorldExample(t *testing.T) {
Email: "",
Password: "123",
Age: 15,
Website: ref.Ref("not-a-url"),
Website: new("not-a-url"),
Address: Address{
City: "",
ZipCode: "12345",