golifehk/i18n/Generics.go

11 lines
146 B
Go
Raw Normal View History

2022-09-16 20:33:47 +00:00
package i18n
import (
query "github.com/tgckpg/golifehk/query"
)
type Generics struct {
Name *map[string] string
query.Searchable
}