9 lines
172 B
Go
9 lines
172 B
Go
package name_generator
|
|
|
|
type DictionaryType string
|
|
|
|
type Dictionary []string
|
|
type DictionaryMap map[DictionaryType]Dictionary
|
|
|
|
type CombinedDictionaryType []DictionaryType
|