1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-24 20:35:59 +00:00

update dependencies

This commit is contained in:
Gerasimos (Makis) Maropoulos
2025-08-15 23:29:20 +03:00
parent de4f462198
commit a8a3afea22
186 changed files with 694 additions and 689 deletions

View File

@@ -22,7 +22,7 @@ import (
//
// Note: we don't accept the Context here because Tr method and template func {{ tr }}
// have no direct access to it.
type MessageFunc func(langInput, langMatched, key string, args ...interface{}) string
type MessageFunc func(langInput, langMatched, key string, args ...any) string
// Catalog holds the locales and the variables message storage.
type Catalog struct {