mirror of
https://github.com/kataras/iris.git
synced 2026-01-24 20:35:59 +00:00
update dependencies
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user