Added kmb and refactored query.Parse
This commit is contained in:
10
i18n/Generics.go
Normal file
10
i18n/Generics.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package i18n
|
||||
|
||||
import (
|
||||
query "github.com/tgckpg/golifehk/query"
|
||||
)
|
||||
|
||||
type Generics struct {
|
||||
Name *map[string] string
|
||||
query.Searchable
|
||||
}
|
Reference in New Issue
Block a user