Fix deprecation errors

This commit is contained in:
Bjørn Erik Pedersen
2024-08-05 19:14:07 +02:00
parent 2fcc53780f
commit 69455fa422
5 changed files with 4 additions and 39 deletions

View File

@@ -69,9 +69,7 @@ func init() {
ns.AddMethodMapping(ctx.EchoParam,
[]string{"echoParam"},
[][2]string{
{`{{ echoParam .Params "langCode" }}`, `en`},
},
[][2]string{},
)
ns.AddMethodMapping(ctx.First,