i18n/Generics.go
raw ยท 146 bytes
package i18n
import (
query "github.com/tgckpg/golifehk/query"
)
type Generics struct {
Name *map[string] string
query.Searchable
}
@golifehk bot in Telegram
raw ยท 146 bytes
package i18n
import (
query "github.com/tgckpg/golifehk/query"
)
type Generics struct {
Name *map[string] string
query.Searchable
}