11 lines
131 B
Go
11 lines
131 B
Go
package i18n
|
|
|
|
import (
|
|
query "github.com/tgckpg/golifehk/query"
|
|
)
|
|
|
|
type Generics struct {
|
|
Name *map[string]string
|
|
query.Words
|
|
}
|